Skip to content

Commit

Permalink
dependencies: fix version for importlib-metadata
Browse files Browse the repository at this point in the history
* Fixes version for `importlib-metadata` to a smaller version than 2.0 to avoid an error when deploying to clusters. See pypa/pipenv#4476 for more info.

Co-Authored-by: Sébastien Délèze <[email protected]>
  • Loading branch information
Sébastien Délèze committed Oct 20, 2020
1 parent a0351b2 commit e2e95cd
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 83 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ python-dotenv = "*"
flask-cors = ">3.0.8"
# Avoid an error during invenio-previewer initialization
nbconvert = ">=5.6.1,<6.0.0"
# Avoid an error with version 2.0, https://github.com/pypa/pipenv/issues/4476
importlib-metadata = "<2.0"

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down
172 changes: 89 additions & 83 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2e95cd

Please sign in to comment.