Skip to content

Commit 194ac59

Browse files
add setuptools to chalice deps
1 parent 629b591 commit 194ac59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"chalice": {
7575
"package": "chalice",
7676
"deps": {
77-
"*": ["pytest-chalice"],
77+
"*": ["pytest-chalice", "setuptools"],
7878
},
7979
"num_versions": 2,
8080
},

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ deps =
492492
chalice-v1.16.0: chalice==1.16.0
493493
chalice-v1.32.0: chalice==1.32.0
494494
chalice: pytest-chalice
495-
495+
chalice: setuptools
496496

497497
# ~~~ DBs ~~~
498498
asyncpg-v0.23.0: asyncpg==0.23.0

0 commit comments

Comments
 (0)