Spaces:
Running
Running
# Web Framework | |
fastapi==0.115.0 | |
uvicorn==0.24.0 | |
jinja2==3.1.2 | |
python-multipart==0.0.6 | |
pydantic==2.4.2 | |
python-dotenv==1.0.0 | |
itsdangerous==2.1.2 | |
aiofiles==23.2.1 | |
requests==2.31.0 | |
# starlette is included as a dependency of FastAPI | |
# Database | |
boto3==1.28.48 | |
redis==5.0.0 | |
# AI/ML | |
openai==1.0.0 | |
# Authentication | |
python-jose[cryptography]>=3.3.0 | |
passlib[bcrypt]>=1.7.4 | |
PyJWT==2.8.0 | |
# Utilities | |
pyyaml>=6.0.0 | |
psutil==5.9.5 | |
# Testing | |
pytest>=7.0.0 | |
pytest-asyncio>=0.18.0 | |
# Additional dependencies | |
pandas==2.1.0 | |
huggingface-hub==0.17.2 |