Spaces:
Sleeping
Sleeping
Upload requirements (2).txt
Browse files- requirements (2).txt +49 -0
requirements (2).txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
huggingface_hub
|
3 |
+
torch
|
4 |
+
sentence-transformers
|
5 |
+
google-auth
|
6 |
+
google-api-python-client
|
7 |
+
gspread
|
8 |
+
tqdm
|
9 |
+
ddgs
|
10 |
+
spacy
|
11 |
+
dateparser
|
12 |
+
pytz
|
13 |
+
datasets
|
14 |
+
faiss-cpu
|
15 |
+
numpy
|
16 |
+
pickle
|
17 |
+
Flask
|
18 |
+
twilio
|
19 |
+
uvicorn # Recommended ASGI server for production
|
20 |
+
gunicorn # Common WSGI server, can be used with Uvicorn workers
|
21 |
+
python-multipart # Needed for Flask/Uvicorn to handle form data
|
22 |
+
|
23 |
+
# Additional dependencies based on your code
|
24 |
+
# You might need to refine this list based on the exact versions required
|
25 |
+
# and potential transitive dependencies.
|
26 |
+
Werkzeug # Flask dependency
|
27 |
+
itsdangerous # Flask dependency
|
28 |
+
Jinja2 # Flask dependency
|
29 |
+
MarkupSafe # Flask dependency
|
30 |
+
click # DDGS dependency
|
31 |
+
primp # DDGS dependency
|
32 |
+
lxml # DDGS dependency
|
33 |
+
aiohttp # Twilio/DDGS async dependency
|
34 |
+
aiohttp-retry # aiohttp dependency
|
35 |
+
aiohappyeyeballs # aiohttp dependency
|
36 |
+
aiosignal # aiohttp dependency
|
37 |
+
attrs # aiohttp dependency
|
38 |
+
frozenlist # aiohttp dependency
|
39 |
+
multidict # aiohttp dependency
|
40 |
+
propcache # aiohttp dependency
|
41 |
+
yarl # aiohttp dependency
|
42 |
+
charset-normalizer # requests dependency
|
43 |
+
idna # requests dependency
|
44 |
+
urllib3 # requests dependency
|
45 |
+
certifi # requests dependency
|
46 |
+
typing-extensions # various libraries
|
47 |
+
regex # dateparser dependency
|
48 |
+
tzlocal # dateparser dependency
|
49 |
+
python-dateutil # dateparser dependency
|