mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Remove platformdirs constraint (#87735)
This commit is contained in:
parent
e1830128cc
commit
18a3fe1237
@ -145,7 +145,3 @@ matplotlib==3.6.1
|
|||||||
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
||||||
# cryptography 39.0.0 is installed with botocore
|
# cryptography 39.0.0 is installed with botocore
|
||||||
pyOpenSSL>=23.0.0
|
pyOpenSSL>=23.0.0
|
||||||
|
|
||||||
# virtualenv 20.18 only compatible with <3
|
|
||||||
# https://github.com/pypa/virtualenv/issues/2499
|
|
||||||
platformdirs<3
|
|
||||||
|
@ -153,10 +153,6 @@ matplotlib==3.6.1
|
|||||||
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
||||||
# cryptography 39.0.0 is installed with botocore
|
# cryptography 39.0.0 is installed with botocore
|
||||||
pyOpenSSL>=23.0.0
|
pyOpenSSL>=23.0.0
|
||||||
|
|
||||||
# virtualenv 20.18 only compatible with <3
|
|
||||||
# https://github.com/pypa/virtualenv/issues/2499
|
|
||||||
platformdirs<3
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user