DDS / requirements.txt
AdarshJi's picture
Update requirements.txt
0629d0a verified
raw
history blame contribute delete
499 Bytes
fastapi
# ASGI server (standard extras include websockets, http tools)
uvicorn[standard]
# Async HTTP client used by the app
aiohttp>=3.8
# curl-impersonate python binding (used as `from curl_cffi.requests import Session`)
curl-cffi
# Fast JSON (optional but recommended; fallback to stdlib if not installed)
orjson
# Optional performance/loop + HTTP parser (strongly recommended for production)
uvloop
httptools
# Optional utilities (type helpers on older python versions)
typing-extensions