Skip to content

Commit

Permalink
Add typing_extensions for python_version < '3.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Nov 22, 2023
1 parent b941ad0 commit b5b5984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "conda-join"
description = "Unified Conda and Pip requirements management."
dynamic = ["version"]
authors = [{ name = "Bas Nijholt", email = "[email protected]" }]
dependencies = ["ruamel.yaml"]
dependencies = ["ruamel.yaml", "typing_extensions; python_version < '3.8'"]
requires-python = ">=3.7"

[project.readme]
Expand Down

0 comments on commit b5b5984

Please sign in to comment.