Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
@@ -1,2 +1,21 @@
|
|
1 |
Flask==2.2.2
|
2 |
gradio_client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Flask==2.2.2
|
2 |
gradio_client
|
3 |
+
astroid==2.12.13
|
4 |
+
click==8.1.3
|
5 |
+
dill==0.3.6
|
6 |
+
isort==5.10.1
|
7 |
+
itsdangerous==2.1.2
|
8 |
+
Jinja2==3.1.2
|
9 |
+
lazy-object-proxy==1.8.0
|
10 |
+
MarkupSafe==2.1.1
|
11 |
+
mccabe==0.7.0
|
12 |
+
numpy==1.23.5
|
13 |
+
opencv-python==4.6.0.66
|
14 |
+
Pillow==9.3.0
|
15 |
+
platformdirs==2.6.0
|
16 |
+
pylint==2.15.8
|
17 |
+
PyYAML==6.0
|
18 |
+
tomli==2.0.1
|
19 |
+
tomlkit==0.11.6
|
20 |
+
Werkzeug==2.2.2
|
21 |
+
wrapt==1.14.1
|