Skip to content

Commit

Permalink
remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Feb 12, 2025
1 parent d637d11 commit 8e66134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"strawberry": {
"package": "strawberry-graphql[fastapi,flask]",
"deps": {
"*": ["fastapi", "flask", "httpx"],
"*": ["httpx"],
},
},
}
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,6 @@ deps =
strawberry-v0.226.2: strawberry-graphql[fastapi,flask]==0.226.2
strawberry-v0.243.1: strawberry-graphql[fastapi,flask]==0.243.1
strawberry-v0.259.0: strawberry-graphql[fastapi,flask]==0.259.0
strawberry: fastapi
strawberry: flask
strawberry: httpx


Expand Down

0 comments on commit 8e66134

Please sign in to comment.