AI-Discord-Bot/requirements-webui.txt
milo 052570cefb 🌐 Add web UI dashboard with bot launcher and real-time management
Implement comprehensive Flask web interface for bot configuration,
statistics, and memory management. Includes responsive design,
auto-refreshing stats, and clear URL logging for easy access.
2025-10-10 15:07:54 -04:00

12 lines
No EOL
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