Phase 1 in progress
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
### **requirements.txt**
|
||||
|
||||
flask==3.0.3
|
||||
# Core Flask stack
|
||||
flask
|
||||
flask-cors
|
||||
cryptography==42.0.5
|
||||
waitress==2.1.2
|
||||
werkzeug==3.0.1
|
||||
psutil>=5.9.0,<6.0.0
|
||||
waitress
|
||||
werkzeug
|
||||
|
||||
# Encryption engines
|
||||
cryptography
|
||||
pycryptodome
|
||||
pqcrypto
|
||||
|
||||
# Utility
|
||||
psutil
|
||||
|
||||
# nginx - Only needed for Nginx integration, not installed via pip
|
||||
# Run pip install -r application_data/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user