Skip to content

Commit 24f7583

Browse files
committed
fix(pyargus): add typing-extensions as dependency
1 parent 10e09c0 commit 24f7583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyargus/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ classifiers = [
88
"Programming Language :: Python :: Implementation :: PyPy",
99
]
1010

11+
dependencies = ["typing-extensions"]
12+
1113
[project.optional-dependencies]
1214

1315
dev = [
1416
# Type check
1517
"mypy",
16-
"typing-extensions",
1718
# Lint code
1819
"ruff",
1920
"Flake8-pyproject",

0 commit comments

Comments
 (0)