round up a readme

This commit is contained in:
crunk 2024-11-16 10:39:54 +01:00
parent 1548d03ef3
commit 29227ed5bf
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,4 @@
# image_upload
* `pip install requirements.txt`
* create static/images folder.
* launch this application. `python upload.py`

9
requirements.txt Normal file
View File

@ -0,0 +1,9 @@
blinker==1.9.0
click==8.1.7
Flask==3.1.0
Flask-WTF==1.2.2
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==3.0.2
Werkzeug==3.1.3
WTForms==3.2.1