remove "inflect" dependency to reduce binary size

This commit is contained in:
sebthom
2023-12-11 15:03:36 +01:00
parent fb537b3d66
commit baa3c3d748
3 changed files with 21 additions and 174 deletions

View File

@@ -33,7 +33,6 @@ classifiers = [ # https://pypi.org/classifiers/
requires-python = ">=3.10,<3.13" # <3.12 required for pyinstaller
dependencies = [
"coloredlogs~=15.0",
"inflect~=7.0",
"overrides~=7.4",
"ruamel.yaml~=0.18",
"pywin32==306; sys_platform == 'win32'",