Get basic debug Flask application working
Now I can serve up an API endpoint that indicates the version. yay
This commit is contained in:
parent
681a62bbf5
commit
03e431a2ce
6 changed files with 93 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue