Spaces:
Runtime error
Runtime error
neverix
commited on
Commit
·
da7cdcb
1
Parent(s):
cd5957e
Added future module
Browse files- .gitignore +2 -1
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
.idea/
|
2 |
-
**/__pycache__/
|
|
|
|
1 |
.idea/
|
2 |
+
**/__pycache__/
|
3 |
+
*.swp
|
requirements.txt
CHANGED
@@ -9,3 +9,4 @@ opencv-python==4.4.0.44
|
|
9 |
git+https://github.com/mmatl/pyopengl.git
|
10 |
git+https://github.com/mmatl/pyglet.git
|
11 |
pyvirtualdisplay
|
|
|
|
9 |
git+https://github.com/mmatl/pyopengl.git
|
10 |
git+https://github.com/mmatl/pyglet.git
|
11 |
pyvirtualdisplay
|
12 |
+
future
|