Files
winauthmon-server/requirements.txt
2025-06-17 19:26:25 +01:00

21 lines
430 B
Plaintext

flask
flask_sqlalchemy
flask_bcrypt
flask_jwt_extended
flask_login
pyotp
pytz
flask_wtf
email-validator
qrcode
flask-compress
pillow
Flask-Migrate
# serving the application
#waitress # Production WSGI server for Windows (better than Gunicorn for Windows)
redis
gunicorn # Production WSGI server (Linux/Unix only - won't work on Windows)
#psutil # System monitoring for health checks
#click # CLI tools (for database backups)