Initial setup, require flask

This commit is contained in:
Christine Cadence Dodrill 2014-12-29 10:38:35 -08:00
parent c99674f668
commit 35432d0257
3 changed files with 10 additions and 1 deletions

5
.gitignore vendored
View File

@ -33,4 +33,7 @@ nosetests.xml
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.pydevproject
# venv
env

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
Flask==0.10.1
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.9.6
itsdangerous==0.24

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
python-3.4.1