Skip to content

Commit

Permalink
Remove charset-normalizer's speedup modules
Browse files Browse the repository at this point in the history
We can't vendor those with pip, unfortunately.
  • Loading branch information
uranusjr committed May 10, 2023
1 parent 8f99623 commit 22ada68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ drop = [
'^pygments/lexers/(?!python|__init__|_mapping).*\.py$',
# trim rich's markdown support
"rich/markdown.py",
# remove charset-normalizer's speedup modules
'^charset_normalizer/md.+\.pyd$',
'^charset_normalizer/md.+\.so$',
]

[tool.vendoring.typing-stubs]
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 22ada68

Please # to comment.