Skip to content

Commit

Permalink
hopefully the right .lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Mar 27, 2020
1 parent 8a76bb5 commit f6023d0
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Pipfile
Expand Up @@ -3,16 +3,6 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
cement = ">= 3.0.4"
flask_cors = "*"
flask_profiler = "*"
gunicorn = "*"
openapi_resolver = "*"
openapi_spec_validator = "*"
setuptools = "*"
pytest = "*"

[dev-packages]
capturer = "*"
flask = ">= 1.1.0"
Expand All @@ -31,5 +21,13 @@ editable = true
[packages.connexion]
extras = [ "swagger-ui",]

[packages.swagger_ui_bundle]
git = "https://github.com/KarrLab/datanator_swagger_ui_bundle.git"
[packages]
swagger_ui_bundle = {git = "https://github.com/KarrLab/datanator_swagger_ui_bundle.git"}
cement = ">= 3.0.4"
flask_cors = "*"
flask_profiler = "*"
gunicorn = "*"
openapi_resolver = "*"
openapi_spec_validator = "*"
setuptools = "*"
pytest = "*"

0 comments on commit f6023d0

Please sign in to comment.