diff --git a/README.md b/README.md index e9f85d4..3c6c179 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # image_upload - +* `pip install requirements.txt` +* create static/images folder. +* launch this application. `python upload.py` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bbb5ef7 --- /dev/null +++ b/requirements.txt @@ -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