Spaces:
Runtime error
Runtime error
aus10powell
commited on
Commit
•
c4697f2
1
Parent(s):
001908a
Upload requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,14 +1,22 @@
|
|
|
|
1 |
fastapi==0.95.0
|
2 |
flask==2.2.3
|
3 |
gunicorn==20.1.0
|
|
|
4 |
nltk==3.8.1
|
5 |
-
pandas==2.0.0
|
6 |
pip-chill==1.0.1
|
|
|
|
|
|
|
7 |
pysocks==1.7.1
|
8 |
pytest==7.2.2
|
9 |
-
|
|
|
10 |
snscrape==0.6.2.20230320
|
|
|
11 |
torch==2.0.0
|
12 |
transformers==4.27.4
|
|
|
|
|
13 |
update==0.0.1
|
14 |
uvicorn==0.21.1
|
|
|
1 |
+
altair-viewer==0.4.0
|
2 |
fastapi==0.95.0
|
3 |
flask==2.2.3
|
4 |
gunicorn==20.1.0
|
5 |
+
itemloaders==1.1.0
|
6 |
nltk==3.8.1
|
|
|
7 |
pip-chill==1.0.1
|
8 |
+
protego==0.2.1
|
9 |
+
pydispatcher==2.0.7
|
10 |
+
pyopenssl==23.1.1
|
11 |
pysocks==1.7.1
|
12 |
pytest==7.2.2
|
13 |
+
queuelib==1.6.2
|
14 |
+
service-identity==21.1.0
|
15 |
snscrape==0.6.2.20230320
|
16 |
+
tldextract==3.4.1
|
17 |
torch==2.0.0
|
18 |
transformers==4.27.4
|
19 |
+
tweepy==4.14.0
|
20 |
+
twisted==22.10.0
|
21 |
update==0.0.1
|
22 |
uvicorn==0.21.1
|