From 29227ed5bfa03b5b08286062d773637107a3621d Mon Sep 17 00:00:00 2001 From: crunk Date: Sat, 16 Nov 2024 10:39:54 +0100 Subject: [PATCH] round up a readme --- README.md | 4 +++- requirements.txt | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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