20 lines
233 B
Plaintext
20 lines
233 B
Plaintext
# Everything needed in production
|
|
|
|
# Flask
|
|
click>=7.0
|
|
Flask==3.1.2
|
|
|
|
# Logging
|
|
rich==14.1.0
|
|
|
|
# Requests
|
|
requests==2.32.5
|
|
|
|
# Deployment
|
|
gevent==25.9.1
|
|
gunicorn>=19.9.0
|
|
supervisor==4.3.0
|
|
|
|
# Environment variable parsing
|
|
environs==14.3.0
|