Skip to content

Commit

Permalink
Fix #6236: Remove chardet from extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2021
1 parent 8adddad commit dd5b4b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Expand Up @@ -233,8 +233,6 @@ trustme==0.9.0 ; platform_machine != "i686"
# via -r requirements/test.txt
typer==0.4.0
# via python-on-whales
types-chardet==4.0.1
# via -r requirements/test.txt
typing-extensions==3.7.4.3
# via
# -r requirements/typing-extensions.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Expand Up @@ -13,5 +13,4 @@ python-on-whales==0.31.0; python_version>="3.7"
re-assert==1.1.0
setuptools-git==1.2
trustme==0.9.0; platform_machine!="i686" # no 32-bit wheels
types-chardet==4.0.1
wait-for-it==2.2.1; python_version>="3.7"

0 comments on commit dd5b4b3

Please sign in to comment.