Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raven-wing authored Aug 24, 2024
1 parent adee165 commit dad379e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gql = "^3.4.0"
aiohttp = "^3.8.4"
pydantic = "^2.7.1"

platzky = {path = "vendor/platzky", develop = true}
platzky = "^0.2.5"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
Expand All @@ -30,6 +30,7 @@ pyright = "^1.1.291"
freezegun = "^1.2.2"
black = "^24.8.0"
ruff = "^0.0.257"
platzky = {path = "vendor/platzky", develop = true}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit dad379e

Please sign in to comment.