Skip to content

Commit 832ea71

Browse files
committed
add missing dep
1 parent 7eaf820 commit 832ea71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
},
3232
"statsig": {
3333
"package": "statsig",
34+
"deps": {
35+
"*": ["typing_extensions"],
36+
},
3437
},
3538
"strawberry": {
3639
"package": "strawberry-graphql[fastapi,flask]",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ deps =
727727

728728
statsig-v0.55.3: statsig==0.55.3
729729
statsig-v0.56.0: statsig==0.56.0
730+
statsig: typing_extensions
730731

731732
unleash-v6.0.1: UnleashClient==6.0.1
732733
unleash-v6.1.0: UnleashClient==6.1.0

0 commit comments

Comments
 (0)