Skip to content

Commit

Permalink
Update requirements to use upstream version
Browse files Browse the repository at this point in the history
Requirements and setup.py updated to use upstream version of flask-swagger-ui.
We have to use swagger 2.0 API definition until the upstream version gets
updated version of swagger-ui JS lib - sveint/flask-swagger-ui#14
  • Loading branch information
Adam Tengler committed Nov 10, 2017
1 parent b51f7ca commit 99f38db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.12.2
Flask-JWT==0.3.2
git+https://github.com/atengler/flask-swagger-ui[email protected]#flask_swagger_ui
flask-swagger-ui
kubernetes
python-etcd
python-jenkins
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
install_requires=[
'Flask==0.12.2',
'Flask-JWT==0.3.2',
'flask-swagger-ui',
'gunicorn',
'kubernetes',
'python-etcd',
Expand Down

0 comments on commit 99f38db

Please sign in to comment.