27 lines
326 B
Plaintext
27 lines
326 B
Plaintext
### **requirements.txt**
|
|
|
|
# Core Flask stack
|
|
flask
|
|
flask-cors
|
|
waitress
|
|
werkzeug
|
|
|
|
# Encryption engines
|
|
cryptography
|
|
pycryptodome
|
|
pqcrypto
|
|
|
|
# Utility
|
|
psutil
|
|
|
|
# Security and rate limiting
|
|
flask-limiter
|
|
clamd
|
|
ipaddress
|
|
|
|
# TOTP for 2FA
|
|
pyotp
|
|
qrcode
|
|
|
|
# Run pip install -r application_data/requirements.txt
|