Merge pull request #1064 from johnhoman/missing-chardet-dep

fix: add chardet, a not explicitly declared dependency
pull/1066/head
Erik Sundell 2021-07-15 22:21:14 +02:00 zatwierdzone przez GitHub
commit 43891a6f60
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -47,6 +47,7 @@ setup(
name="jupyter-repo2docker",
version=versioneer.get_version(),
install_requires=[
"chardet",
"docker",
"entrypoints",
"escapism",