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

Copied over requirements.txt into setup.py

parent 3c4cfb6b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@ setup(
install_requires=[
'jsonschema',
'flask',
'flask-cors'
'flask-cors',
'flask',
'Flask-Migrate',
'psycopg2',
'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