Spaces:
Sleeping
Sleeping
| gradio | |
| huggingface_hub | |
| torch | |
| sentence-transformers | |
| google-auth | |
| google-api-python-client | |
| gspread | |
| tqdm | |
| ddgs | |
| spacy | |
| dateparser | |
| pytz | |
| datasets | |
| faiss-cpu | |
| numpy | |
| #pickle | |
| Flask | |
| twilio | |
| uvicorn # Recommended ASGI server for production | |
| gunicorn # Common WSGI server, can be used with Uvicorn workers | |
| python-multipart # Needed for Flask/Uvicorn to handle form data | |
| # Additional dependencies based on your code | |
| # You might need to refine this list based on the exact versions required | |
| # and potential transitive dependencies. | |
| Werkzeug # Flask dependency | |
| itsdangerous # Flask dependency | |
| Jinja2 # Flask dependency | |
| MarkupSafe # Flask dependency | |
| click # DDGS dependency | |
| primp # DDGS dependency | |
| lxml # DDGS dependency | |
| aiohttp # Twilio/DDGS async dependency | |
| aiohttp-retry # aiohttp dependency | |
| aiohappyeyeballs # aiohttp dependency | |
| aiosignal # aiohttp dependency | |
| attrs # aiohttp dependency | |
| frozenlist # aiohttp dependency | |
| multidict # aiohttp dependency | |
| propcache # aiohttp dependency | |
| yarl # aiohttp dependency | |
| charset-normalizer # requests dependency | |
| idna # requests dependency | |
| urllib3 # requests dependency | |
| certifi # requests dependency | |
| typing-extensions # various libraries | |
| regex # dateparser dependency | |
| tzlocal # dateparser dependency | |
| python-dateutil # dateparser dependency |