Spaces:
Sleeping
Sleeping
Tried fixing mypkg dependency in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ Jinja2==3.1.2
|
|
8 |
lazy-object-proxy==1.8.0
|
9 |
MarkupSafe==2.1.1
|
10 |
mccabe==0.7.0
|
11 |
-
-e git+https://huggingface.co/spaces/cm107/test_flask_space
|
12 |
numpy==1.23.5
|
13 |
opencv-python==4.6.0.66
|
14 |
Pillow==9.3.0
|
|
|
8 |
lazy-object-proxy==1.8.0
|
9 |
MarkupSafe==2.1.1
|
10 |
mccabe==0.7.0
|
11 |
+
-e git+https://huggingface.co/spaces/cm107/test_flask_space.git#egg=mypkg
|
12 |
numpy==1.23.5
|
13 |
opencv-python==4.6.0.66
|
14 |
Pillow==9.3.0
|