Skip to content

Commit

Permalink
Added typing_extensions as a direct requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Dec 5, 2023
1 parent 9ce46bc commit 6afc804
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 @@ -13,6 +13,7 @@ python = "^3.7"

# Python lack of functionalities from future versions
importlib-metadata = { version = "*", python = "<3.8" }
typing-extensions = ">=3.10.0"

# Missing compatibility layer between Python 2 and Python 3
six = ">=1.12.0"
Expand Down

0 comments on commit 6afc804

Please sign in to comment.