Spaces:
Running
Running
File size: 567 Bytes
2a55e2a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# 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 |