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 d637d11 commit 8e66134Copy full SHA for 8e66134
scripts/populate_tox/config.py
@@ -26,7 +26,7 @@
26
"strawberry": {
27
"package": "strawberry-graphql[fastapi,flask]",
28
"deps": {
29
- "*": ["fastapi", "flask", "httpx"],
+ "*": ["httpx"],
30
},
31
32
}
tox.ini
@@ -752,8 +752,6 @@ deps =
752
strawberry-v0.226.2: strawberry-graphql[fastapi,flask]==0.226.2
753
strawberry-v0.243.1: strawberry-graphql[fastapi,flask]==0.243.1
754
strawberry-v0.259.0: strawberry-graphql[fastapi,flask]==0.259.0
755
- strawberry: fastapi
756
- strawberry: flask
757
strawberry: httpx
758
759
0 commit comments