Spaces:
Sleeping
Sleeping
File size: 703 Bytes
6f509ec 13e0903 6f509ec 13e0903 6f509ec 13e0903 6f509ec 13e0903 6f509ec 13e0903 6f509ec 13e0903 6f509ec 13e0903 |
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 |
# Core dependencies requests>=2.31.0 beautifulsoup4>=4.12.0 aiohttp>=3.9.0 lxml==4.9.2 html5lib==1.1 pydantic>=2.0,<3.0 pymongo>=4.6.0 redis>=5.0.0 boto3==1.26.123 docopt==0.6.2 # URL and DNS handling dnspython==2.3.0 tldextract>=5.1.1 validators==0.20.0 robotexclusionrulesparser==1.7.1 urllib3==1.26.15 # Monitoring and metrics prometheus-client>=0.19.0 # HTML processing html2text==2020.1.16 # Async and concurrency anyio==3.6.2 asyncio==3.4.3 # Utilities python-dateutil>=2.8.2 pytz==2023.3 retry==0.9.2 cryptography==40.0.1 cachetools==5.3.0 # Added from the code block openai>=1.12.0 gradio>=4.16.0 chardet==5.2.0 # Dotenv python-dotenv>=1.0.0 # New dependencies mmh3>=4.0.0 httpx>=0.26.0 |