Initial setup, require flask
This commit is contained in:
parent
c99674f668
commit
35432d0257
|
@ -33,4 +33,7 @@ nosetests.xml
|
|||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
.pydevproject
|
||||
|
||||
# venv
|
||||
env
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Flask==0.10.1
|
||||
Jinja2==2.7.3
|
||||
MarkupSafe==0.23
|
||||
Werkzeug==0.9.6
|
||||
itsdangerous==0.24
|
|
@ -0,0 +1 @@
|
|||
python-3.4.1
|
Loading…
Reference in New Issue