Spaces:
Running
Running
File size: 430 Bytes
b064311 |
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 |
# Web框架 fastapi>=0.101.1 uvicorn>=0.23.2 pydantic>=2.3.0 python-multipart==0.0.6 # HTTP请求 cloudscraper==1.2.71 aiohttp>=3.8.5 aiofiles==0.8.0 # 工具 python-dotenv>=1.0.0 requests==2.30.0 pillow==10.0.0 cryptography==41.0.3 psutil==5.9.5 tzdata>=2023.3 pytz>=2023.3 retry>=0.9.2 fuzzywuzzy>=0.18.0 python-Levenshtein>=0.21.1 tzlocal>=5.0.1 humanize>=4.7.0 prettytable>=3.8.0 natsort>=8.4.0 tenacity>=8.2.3 PyJWT>=2.6.0 |