Skip to content

Commit

Permalink
Remove redundant dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench authored Nov 16, 2023
1 parent 9dc6a73 commit 230d2f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 52 deletions.
58 changes: 11 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
attr = "^0.3.2"
schema = "^0.7.5"
requests = "^2.31.0"
griptape = "^0.20.0"
griptape = ">=0.20,<0.21"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "~=7.1"
pytest-mock = "*"
mongomock = "*"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 230d2f9

Please sign in to comment.