Added requirements.json
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
set FLASK_APP=index.py
|
pip install -r requirements.txt
|
||||||
|
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
17
requirements.txt
Normal 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
|
||||||
Reference in New Issue
Block a user