AIstudioProxyAPI / requirements.txt
hins111's picture
Upload requirements.txt
a722e2e verified
raw
history blame contribute delete
700 Bytes
# FastAPI and related
fastapi==0.115.12
pydantic>=2.7.1,<3.0.0
# Uvicorn and standard extras
uvicorn==0.29.0
python-dotenv==1.0.1
websockets==12.0
httptools==0.6.1
uvloop ; sys_platform != "win32" # For Uvicorn performance on Linux/macOS
# Core launch_camoufox dependencies
playwright
camoufox[geoip]
# Security and Cryptography
cryptography==42.0.5
# HTTP client and other utilities
aiohttp~=3.9.5 # CRITICAL: Using the newer version from the root project.
# The helper's middleware.py usage of aiohttp is likely compatible.
requests==2.31.0
pyjwt==2.8.0
Flask==3.0.3 # Used in llm.py
# Stream Proxy
aiosocks~=0.2.6
python-socks~=2.7.1