Spaces:
Sleeping
Sleeping
File size: 1,256 Bytes
ed48413 62da445 ed48413 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
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 |