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

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

Changed to psycopg2-binary to allow building on release server

See merge request live-projects/compendium-v2!10
parents dad1f40c d728fed2
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,9 @@ setup( ...@@ -15,8 +15,9 @@ setup(
'flask-cors', 'flask-cors',
'flask', 'flask',
'Flask-Migrate', 'Flask-Migrate',
'psycopg2', 'psycopg2-binary',
'SQLAlchemy' 'SQLAlchemy',
'Flask-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