Skip to content

Commit

Permalink
Add typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
beekill95 committed Apr 15, 2024
1 parent 18c0a99 commit dca8fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
14 changes: 2 additions & 12 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
typing-extensions = {version = ">=4.1.0", python = "<3.11"}

[tool.poetry.dev-dependencies]
pre-commit = {version = "^3.5.0"}
Expand Down

0 comments on commit dca8fd1

Please sign in to comment.