
- Update database path configuration for better compatibility - Add comprehensive logging system with error handling - Create supervisord.conf with proper configuration - Add environment variable example file - Enhance health check endpoint to report database status - Add detailed startup and shutdown event handlers - Update documentation with troubleshooting information - Update requirements with additional helpful packages
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn[standard]>=0.21.1
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.3
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
tenacity>=8.2.2 # For retry logic
|
|
loguru>=0.7.0 # Better logging
|
|
supervisor>=4.2.5 # For process management
|
|
ruff>=0.0.292
|
|
pytest>=7.3.1
|
|
httpx>=0.24.0 |