You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/deployment/fastapi/requirements.txt

16 lines
391 B

# FastAPI Agent API Dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0.0
swarms>=0.0.1
# Optional dependencies for production
gunicorn>=21.0.0
python-multipart>=0.0.6
# For enhanced features (optional)
slowapi>=0.1.9 # Rate limiting
python-jose[cryptography]>=3.3.0 # JWT tokens
passlib[bcrypt]>=1.7.4 # Password hashing
python-dotenv>=1.0.0 # Environment variables