moved dependency information to README.md; added file "requirements.txt" that was generated with pipreqs
This commit is contained in:
parent
1887cc406b
commit
7a64c07ded
@ -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
7
requirements.txt
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user