Skip to content

Commit

Permalink
Allow typing-extension installation regardless of Python ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 20, 2024
1 parent 07e8fbc commit 97ed029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies = [
'typing_extensions>=4.8.0; python_version < "3.11"'
]

[project.optional-dependencies]
all = ['typing_extensions>=4.8.0']

[tool.setuptools]
packages = ["pyflowlauncher"]

Expand Down

0 comments on commit 97ed029

Please sign in to comment.