Sciratest / requirements.txt
Samfy001's picture
Upload 6 files
63d660f verified
raw
history blame
354 Bytes
# Core FastAPI dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
# HTTP requests and async support
requests==2.31.0
aiohttp==3.9.1
httpx==0.25.2
# CORS and middleware
python-multipart==0.0.6
# JSON handling
orjson==3.9.10
# Environment variables
python-dotenv==1.0.0
# Logging
structlog==23.2.0
# Performance
gunicorn==21.2.0