Skip to content

Commit c5e8a54

Browse files
.
1 parent 6a733d2 commit c5e8a54

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
"sanic": {
432432
"package": "sanic",
433433
"deps": {
434-
"*": ["websockets<11.0", "aiohttp"],
434+
"*": ["websockets<11.0", "aiohttp", "setuptools"],
435435
">=22": ["sanic-testing"],
436436
"py3.6": ["aiocontextvars==0.2.1"],
437437
"py3.8": ["tracerite<1.1.2"],

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ deps =
8181
py3.8-common: hypothesis
8282
common: pytest-asyncio
8383
common: httpcore[asyncio]
84+
common: setuptools
8485
# See https://github.com/pytest-dev/pytest/issues/9621
8586
# and https://github.com/pytest-dev/pytest-forked/issues/67
8687
# for justification of the upper bound on pytest

0 commit comments

Comments
 (0)