first commit

This commit is contained in:
ghostersk
2025-05-25 20:26:18 +01:00
commit 5375ef6121
77 changed files with 9073 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
flask
asgiref
flask_sqlalchemy
flask_bcrypt
flask_jwt_extended
flask_login
pyotp
pytz
flask_wtf
email-validator
qrcode
flask-compress
pillow
# serving the application
uvicorn[standard]
# not needed?
#flask_login
#flask_bootstrap
#httpx[http2]
# Production enhancements
redis # Optional: for distributed rate limiting
#psutil # System monitoring for health checks
#gunicorn # Production WSGI server
#click # CLI tools (for database backups)