Skip to content
Snippets Groups Projects
Commit dad1f40c authored by Ian Galpin's avatar Ian Galpin
Browse files

Merge branch 'feature/COMP-70-2_budget_api' into 'develop'

Copied over requirements.txt into setup.py

See merge request live-projects/compendium-v2!9
parents 36b98833 c9b74b66
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,11 @@ setup( ...@@ -12,7 +12,11 @@ setup(
install_requires=[ install_requires=[
'jsonschema', 'jsonschema',
'flask', 'flask',
'flask-cors' 'flask-cors',
'flask',
'Flask-Migrate',
'psycopg2',
'SQLAlchemy'
], ],
include_package_data=True, include_package_data=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment