Spaces:
Runtime error
Runtime error
File size: 494 Bytes
ef4248d |
1 2 3 4 5 6 7 8 9 10 11 12 |
fastapi==0.75.0
uvicorn==0.17.0
fastapi-users[sqlalchemy]==0.5.2 # Adjust based on your database choice (SQLAlchemy or others)
python-dotenv==0.19.2
slowapi==0.1.6 # For rate limiting
python-json-logger==2.0.4 # For structured logging
pyotp==2.6.0 # For multi-factor authentication support
aiofiles==0.8.0 # For asynchronous file handling (if used)
fastapi-mail==0.9.1 # For sending emails
sqlalchemy==1.4.27 # For database interactions
alembic==1.7.5 # For database migrations
|