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

Changed to psycopg2-binary to allow building on release server

parent c9b74b66
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,9 @@ setup(
'flask-cors',
'flask',
'Flask-Migrate',
'psycopg2',
'SQLAlchemy'
'psycopg2-binary',
'SQLAlchemy',
'Flask-SQLAlchemy'
],
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