round up a readme
This commit is contained in:
parent
1548d03ef3
commit
29227ed5bf
@ -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
9
requirements.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user