Skip to content

Commit

Permalink
fix(files): Removed unnecessary requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse-numerous authored Oct 17, 2024
1 parent 9ee7c44 commit 21a44c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ readme = "README.md"
version = "0.1.1"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"typing-extensions==4.9.0",
"ariadne-codegen[subscriptions]==0.14.0",
"packaging==24.0",
"boto3==1.34.99"
"boto3"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 21a44c1

Please sign in to comment.