Skip to content

Commit

Permalink
dependencies update edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertshelley committed Nov 22, 2023
1 parent 4669ccc commit 18bf439
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ keywords = ["casbin", "asyncio", "access control", "Tortoise ORM", "authorizatio
include = ["CHANGELOG.md", "casbin_tortoise_adapter/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
asynccasbin = "^1.1.2"
tortoise-orm = { extras = ["accel"], version = "^0.20" }
tortoise-orm = [
{ extras = ["accel"], version = "^0.19.1", python = ">=3.7,<3.8" },
{ extras = ["accel"], version = "^0.20", python = ">=3.8" }
]

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down

0 comments on commit 18bf439

Please sign in to comment.