12 lines
280 B
Text
12 lines
280 B
Text
|
|
# Web UI Dependencies
|
||
|
|
Flask==2.3.3
|
||
|
|
PyYAML==6.0.1
|
||
|
|
|
||
|
|
# Existing bot dependencies (if not already installed)
|
||
|
|
discord.py>=2.3.0
|
||
|
|
requests>=2.31.0
|
||
|
|
python-dateutil>=2.8.2
|
||
|
|
|
||
|
|
# Optional: For better web UI features
|
||
|
|
gunicorn==21.2.0 # Production WSGI server
|
||
|
|
Werkzeug==2.3.7 # WSGI utilities
|