diff --git a/README.md b/README.md index 7a40a25..0214af5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ ## Run - set FLASK_APP=index.py + pip install -r requirements.txt + set FLASK_APP=index.py set FLASK_DEBUG=1 flask run -p 5001 or - - python index.py + pip install -r requirements.txt + python index.py + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f5dae1e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +certifi==2018.1.18 +chardet==3.0.4 +click==6.7 +docker==3.1.4 +docker-pycreds==0.2.2 +Flask==0.12.2 +idna==2.6 +itsdangerous==0.24 +Jinja2==2.10 +MarkupSafe==1.0 +pypiwin32==219 +requests==2.18.4 +six==1.11.0 +Unidecode==1.0.22 +urllib3==1.22 +websocket-client==0.47.0 +Werkzeug==0.14.1