Skip to content

Commit

Permalink
Adding vcversioner and functools32 as dependencies before flassger.
Browse files Browse the repository at this point in the history
This is a not very clear or beautiful attempt to solve issues #2 and #3.
  • Loading branch information
Aitor Gómez Goiri committed Nov 11, 2015
1 parent 40933bc commit 76eac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'': 'src',
},
packages=["ptinstancemanager"],
install_requires=["docker-py", "Flask-SQLAlchemy", "flasgger"],
install_requires=["docker-py", "Flask-SQLAlchemy", "vcversioner", "functools32", "flasgger"],
entry_points={
'console_scripts': [
'run-api = ptinstancemanager.run:entry_point',
Expand Down

0 comments on commit 76eac48

Please sign in to comment.