Skip to content

Commit

Permalink
Merge pull request #1064 from johnhoman/missing-chardet-dep
Browse files Browse the repository at this point in the history
fix: add chardet, a not explicitly declared dependency
  • Loading branch information
consideRatio authored Jul 15, 2021
2 parents df65135 + e783a9a commit 43891a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def get_identifier(json):
name="jupyter-repo2docker",
version=versioneer.get_version(),
install_requires=[
"chardet",
"docker",
"entrypoints",
"escapism",
Expand Down

0 comments on commit 43891a6

Please sign in to comment.