Skip to content

Commit

Permalink
fix:added typing_extensions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalombos committed Sep 15, 2024
1 parent 5703588 commit a51ec8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
peewee = "^3.15.4"
typing-extensions = "^4.12.2"

aiopg = { version = "^1.4.0", optional = true }
aiomysql = { version = "^0.2.0", optional = true }
Expand Down

0 comments on commit a51ec8b

Please sign in to comment.