moved dependency information to README.md; added file "requirements.txt" that was generated with pipreqs

This commit is contained in:
eclipse 2025-07-15 23:10:53 +02:00
parent 1887cc406b
commit 7a64c07ded
2 changed files with 7 additions and 21 deletions

View File

@ -1,21 +0,0 @@
## Python Packages
flask
flask-sqlalchemy
python-dotenv
Pillow
### optional
flask-debugtoolbar
## CSS and Javascript
PicoCSS (regular version) + SwitchColorMode.js (from Yohn's fork)
DataTables.[js|css]
## Icons
some icons from heroicons.com

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
Flask==3.1.1
flask_debugtoolbar==0.16.0
flask_sqlalchemy==3.1.1
Pillow==11.3.0
python-dotenv==1.1.1
SQLAlchemy==2.0.41
Werkzeug==3.1.3