Spaces:
Running
Running
force requirements
Browse files- requirements.txt +63 -9
requirements.txt
CHANGED
@@ -1,10 +1,64 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
gdown
|
|
|
1 |
+
analytics-python==1.4.0
|
2 |
+
backoff==1.10.0
|
3 |
+
bcrypt==3.2.0
|
4 |
+
beautifulsoup4==4.10.0
|
5 |
+
certifi==2021.10.8
|
6 |
+
cffi==1.15.0
|
7 |
+
charset-normalizer==2.0.10
|
8 |
+
click==8.0.3
|
9 |
+
clip @ git+https://github.com/openai/CLIP.git@573315e83f07b53a61ff5098757e8fc885f1703e
|
10 |
+
cryptography==36.0.1
|
11 |
+
cycler==0.11.0
|
12 |
+
faiss-cpu==1.7.2
|
13 |
+
ffmpy==0.3.0
|
14 |
+
filelock==3.4.2
|
15 |
+
Flask==2.0.2
|
16 |
+
Flask-CacheBuster==1.0.0
|
17 |
+
Flask-Cors==3.0.10
|
18 |
+
Flask-Login==0.5.0
|
19 |
+
fonttools==4.28.5
|
20 |
+
ftfy==6.0.3
|
21 |
+
gdown==4.2.0
|
22 |
+
gitdb==4.0.9
|
23 |
+
GitPython==3.1.26
|
24 |
+
gradio==2.7.0
|
25 |
+
idna==3.3
|
26 |
+
imageio==2.13.5
|
27 |
+
itsdangerous==2.0.1
|
28 |
+
Jinja2==3.0.3
|
29 |
+
kiwisolver==1.3.2
|
30 |
+
markdown2==2.4.2
|
31 |
+
MarkupSafe==2.0.1
|
32 |
+
matplotlib==3.5.1
|
33 |
+
monotonic==1.6
|
34 |
+
networkx==2.6.3
|
35 |
+
numpy==1.22.1
|
36 |
+
packaging==21.3
|
37 |
+
pandas==1.3.5
|
38 |
+
paramiko==2.9.2
|
39 |
+
Pillow==9.0.0
|
40 |
+
pycparser==2.21
|
41 |
+
pycryptodome==3.12.0
|
42 |
+
pydub==0.25.1
|
43 |
+
PyNaCl==1.5.0
|
44 |
+
pyparsing==3.0.6
|
45 |
+
PySocks==1.7.1
|
46 |
+
python-dateutil==2.8.2
|
47 |
+
pytz==2021.3
|
48 |
+
PyWavelets==1.2.0
|
49 |
+
regex==2021.11.10
|
50 |
+
requests==2.27.1
|
51 |
+
scikit-image==0.19.1
|
52 |
+
scipy==1.7.3
|
53 |
+
six==1.16.0
|
54 |
+
smmap==5.0.0
|
55 |
+
soupsieve==2.3.1
|
56 |
+
tifffile==2021.11.2
|
57 |
+
torch==1.10.1
|
58 |
+
torchvision==0.11.2
|
59 |
+
tqdm==4.62.3
|
60 |
+
typing_extensions==4.0.1
|
61 |
+
urllib3==1.26.8
|
62 |
+
wcwidth==0.2.5
|
63 |
+
Werkzeug==2.0.2
|
64 |
gdown
|