introduced: requirements.txt, colored output (with ANSI escape codes), baked in failsafe when config file does not exist, slight improvements to ythdd.py

This commit is contained in:
2024-11-02 01:21:06 +01:00
parent 1fb14a5718
commit c60f7db698
3 changed files with 62 additions and 15 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# For pacman-based distros: sudo pacman -S python-flask python-flask-sqlalchemy python-toml
blinker>=1.7.0
itsdangerous>=2.1.2
Jinja2>=3.1.4
MarkupSafe>=2.1.5
Werkzeug>=3.0.1
Flask>=2.3.3
greenlet>=3.1.0
SQLAlchemy>=2.0.36.dev0
Flask-SQLAlchemy>=3.1.1
toml>=0.10.2