| 12345678910111213141516171819202122232425 |
- # Flask and extensions
- Flask==3.0.0
- Flask-SQLAlchemy==3.1.1
- Flask-RESTX==1.3.0
- Flask-CORS==4.0.0
- Flask-Bcrypt==1.0.1
- # Authentication
- PyJWT==2.8.0
- # Database
- SQLAlchemy>=2.0.36
- # Excel export
- openpyxl==3.1.2
- # Testing
- pytest==7.4.3
- hypothesis==6.92.1
- # Production server
- gunicorn==21.2.0
- # PostgreSQL driver
- psycopg2-binary==2.9.9
|