mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add requests to hassfest requirements check (#146446)
This commit is contained in:
@ -36,6 +36,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
|
|||||||
"pydantic": "SemVer",
|
"pydantic": "SemVer",
|
||||||
"pyjwt": "SemVer",
|
"pyjwt": "SemVer",
|
||||||
"pytz": "CalVer",
|
"pytz": "CalVer",
|
||||||
|
"requests": "SemVer",
|
||||||
"typing_extensions": "SemVer",
|
"typing_extensions": "SemVer",
|
||||||
"yarl": "SemVer",
|
"yarl": "SemVer",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user