Get basic debug Flask application working

Now I can serve up an API endpoint that indicates the version. yay
This commit is contained in:
Eli Ribble 2016-05-02 09:30:27 -06:00
parent 681a62bbf5
commit 03e431a2ce
6 changed files with 93 additions and 0 deletions

View file

@ -99,6 +99,8 @@ def main():
},
install_requires = [
'chryso==1.3',
'Flask==0.10.1',
'flask-login==0.3.2',
'sepiida==5.27',
],
extras_require = {