We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf820 commit 832ea71Copy full SHA for 832ea71
scripts/populate_tox/config.py
@@ -31,6 +31,9 @@
31
},
32
"statsig": {
33
"package": "statsig",
34
+ "deps": {
35
+ "*": ["typing_extensions"],
36
+ },
37
38
"strawberry": {
39
"package": "strawberry-graphql[fastapi,flask]",
tox.ini
@@ -727,6 +727,7 @@ deps =
727
728
statsig-v0.55.3: statsig==0.55.3
729
statsig-v0.56.0: statsig==0.56.0
730
+ statsig: typing_extensions
731
732
unleash-v6.0.1: UnleashClient==6.0.1
733
unleash-v6.1.0: UnleashClient==6.1.0
0 commit comments