Skip to content

Commit 8e66134

Browse files
committed
remove unnecessary deps
1 parent d637d11 commit 8e66134

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"strawberry": {
2727
"package": "strawberry-graphql[fastapi,flask]",
2828
"deps": {
29-
"*": ["fastapi", "flask", "httpx"],
29+
"*": ["httpx"],
3030
},
3131
},
3232
}

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,6 @@ deps =
752752
strawberry-v0.226.2: strawberry-graphql[fastapi,flask]==0.226.2
753753
strawberry-v0.243.1: strawberry-graphql[fastapi,flask]==0.243.1
754754
strawberry-v0.259.0: strawberry-graphql[fastapi,flask]==0.259.0
755-
strawberry: fastapi
756-
strawberry: flask
757755
strawberry: httpx
758756

759757

0 commit comments

Comments
 (0)