Compare commits

..

4 Commits

Author SHA1 Message Date
Krzysztof Płaczek
d22de35b7a test commit 2018-04-03 08:44:42 +02:00
Krzysztof Płaczek
c48882e605 Added requirements.json 2018-03-28 13:06:01 +02:00
Krzysztof Płaczek
5789934db9 Merge branch 'initial_fix' of http://pi.techtube.pl:3000/krzysiej/docker_flask into initial_fix
# Conflicts:
#	README.md
2018-03-26 08:52:43 +02:00
Krzysztof Płaczek
2255d759ec Updated README.md. 2018-03-26 08:50:58 +02:00
2 changed files with 25 additions and 5 deletions

View File

@@ -2,11 +2,14 @@
## Run
set FLASK_APP=index.py
pip install -r requirements.txt
set FLASK_APP=index.py
set FLASK_DEBUG=1
set
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