Files
echolog/requirements.txt
T
jamie 898ad38303
Release / release (pull_request) Successful in 18s
feat: add support for SQLite alongside MySQL
2026-01-08 17:32:10 +00:00

9 lines
176 B
Plaintext

Flask
python-dotenv
pytz
gunicorn
# Optional database drivers:
# For MySQL/MariaDB support, uncomment the line below:
# mysql-connector-python
# SQLite is built-in with Python