[Dashboard] Change default ip address for the dashboard to ipv4 (#10287)

* Done.

* Add todo.

* Addressed code review.

* Fix issue.

* Fix test failure.

* Fix a test.
This commit is contained in:
SangBin Cho
2020-08-27 14:43:10 -07:00
committed by GitHub
parent 7dbc1f439c
commit f35339b5ff
6 changed files with 12 additions and 8 deletions
+3
View File
@@ -132,6 +132,9 @@ extras["all"] = list(set(chain.from_iterable(extras.values())))
# should be carefully curated. If you change it, please reflect
# the change in the matching section of requirements.txt
install_requires = [
# TODO(alex) Pin the version once this PR is
# included in the stable release.
# https://github.com/aio-libs/aiohttp/pull/4556#issuecomment-679228562
"aiohttp",
"aiohttp_cors",
"aioredis",