Skip to content

Commit

Permalink
Add typing-extensions as dependency (#46)
Browse files Browse the repository at this point in the history
Used by library to support lower versions of Python
  • Loading branch information
abid-mujtaba authored Dec 2, 2023
1 parent c74633f commit 7d2b4a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ description = "New approach to Python test fixtures (compatible with pytest)"
keywords = ["tests", "testing", "fixture", "fixtures"]
readme = "README.md"
requires-python = ">=3.8"
dependencies = []
dependencies = [
"typing-extensions"
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 7d2b4a3

Please sign in to comment.