Replace util.get_local_ip in favor of components.network.async_get_source_ip() - part 4 (#58669)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
b3ffc1e183
commit
5fc51130ea
21 changed files with 83 additions and 125 deletions
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ REQUIRES = [
|
|||
"certifi>=2021.5.30",
|
||||
"ciso8601==2.2.0",
|
||||
"httpx==0.19.0",
|
||||
"ifaddr==0.1.7",
|
||||
"jinja2==3.0.3",
|
||||
"PyJWT==2.1.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue