Skip to content
Snippets Groups Projects
Commit a6e3ffc6 authored by Chris Hines's avatar Chris Hines
Browse files

rearrange dependency order

parent b44ed83c
No related branches found
No related tags found
No related merge requests found
...@@ -75,11 +75,11 @@ setup( ...@@ -75,11 +75,11 @@ setup(
# requirements files see: # requirements files see:
# https://packaging.python.org/en/latest/requirements.html # https://packaging.python.org/en/latest/requirements.html
install_requires=[ install_requires=[
'flask_restful',
'sqlalchemy', 'sqlalchemy',
'flask-oauthlib',
'flask_cors',
'pyyaml', 'pyyaml',
'flask_restful',
'flask_cors',
'flask-oauthlib',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment