Remove "charset_normalizer < 3" constraint

This commit is contained in:
Chris Wood 2023-01-27 10:07:50 -05:00
parent c37e330efd
commit 87dad9bd2b

View File

@ -147,13 +147,6 @@ install_requires = [
# for pid-file support
"psutil",
"filelock",
# treq needs requests, requests needs charset_normalizer,
# charset_normalizer breaks PyInstaller
# (https://github.com/Ousret/charset_normalizer/issues/253). So work around
# this by using a lower version number. Once upstream issue is fixed, or
# requests drops charset_normalizer, this can go away.
"charset_normalizer < 3",
]
setup_requires = [