Added requirements.json

This commit is contained in:
Krzysztof Płaczek
2018-03-28 13:06:01 +02:00
parent 5789934db9
commit c48882e605
2 changed files with 22 additions and 3 deletions

View File

@@ -2,10 +2,12 @@
## Run ## Run
pip install -r requirements.txt
set FLASK_APP=index.py set FLASK_APP=index.py
set FLASK_DEBUG=1 set FLASK_DEBUG=1
flask run -p 5001 flask run -p 5001
or or
pip install -r requirements.txt
python index.py python index.py

17
requirements.txt Normal file
View File

@@ -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