10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
### **requirements.txt**
|
|
|
|
flask==3.0.3
|
|
cryptography==42.0.5
|
|
waitress==2.1.2
|
|
werkzeug==3.0.1
|
|
psutil>=5.9.0,<6.0.0
|
|
|
|
# nginx - Only needed for Nginx integration, not installed via pip
|
|
# Run pip install -r requirements.txt |