fix(pyargus): add typing-extensions as dependency
This commit is contained in:
parent
10e09c0a12
commit
24f7583f88
1 changed files with 2 additions and 1 deletions
|
|
@ -8,12 +8,13 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
|
||||
dependencies = ["typing-extensions"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
dev = [
|
||||
# Type check
|
||||
"mypy",
|
||||
"typing-extensions",
|
||||
# Lint code
|
||||
"ruff",
|
||||
"Flake8-pyproject",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue