Some past commits might have contained Cursor's IP or accidentally commited API keys. Before making the repository public, all the history has been squashed into a single commit with.
21 lines
247 B
Plaintext
21 lines
247 B
Plaintext
# Everything needed in production
|
|
|
|
# Flask
|
|
click>=7.0
|
|
Flask==3.1.2
|
|
|
|
# Logging
|
|
rich==14.1.0
|
|
loguru==0.7.3
|
|
|
|
# Requests
|
|
requests==2.32.5
|
|
|
|
# Deployment
|
|
gevent==25.8.2
|
|
gunicorn>=19.9.0
|
|
supervisor==4.3.0
|
|
|
|
# Environment variable parsing
|
|
environs==14.3.0
|