Spaces:
Sleeping
Sleeping
Commit
·
a33bc7c
1
Parent(s):
eccd4df
update
Browse files- Pipfile +0 -2
- requirements.txt +6 -0
Pipfile
CHANGED
@@ -19,8 +19,6 @@ flake8 = "==6.0.0"
|
|
19 |
black = "==23.3.0"
|
20 |
httpx = "*"
|
21 |
pre-commit = "==3.3.1"
|
22 |
-
dparse = "==0.6.3"
|
23 |
-
twine = "==4.0.2"
|
24 |
|
25 |
[requires]
|
26 |
python_version = "3.9"
|
|
|
19 |
black = "==23.3.0"
|
20 |
httpx = "*"
|
21 |
pre-commit = "==3.3.1"
|
|
|
|
|
22 |
|
23 |
[requires]
|
24 |
python_version = "3.9"
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.103.1
|
2 |
+
gradio==3.44.3
|
3 |
+
matplotlib==3.7.1
|
4 |
+
numpy==1.24.2
|
5 |
+
opencv-python==4.7.0.72
|
6 |
+
pillow==9.5.0
|