/ requirements / prod.txt
prod.txt
 1  # Production requirements
 2  -r base.txt
 3  
 4  gunicorn>=20.1.0
 5  uvicorn[standard]>=0.15.0
 6  
 7  # Monitoring
 8  sentry-sdk>=1.4.3
 9  prometheus-fastapi-instrumentator>=5.7.0
10  
11  # Performance
12  uvloop>=0.16.0
13  httptools>=0.2.0
14  
15  # Security
16  bcrypt>=3.2.0
17  python-jose[cryptography]>=3.3.0
18  
19  # Logging
20  python-json-logger>=2.0.2
21  structlog>=21.1.0