diff --git a/pyargus/pyproject.toml b/pyargus/pyproject.toml index 92b7489..dde5ddd 100644 --- a/pyargus/pyproject.toml +++ b/pyargus/pyproject.toml @@ -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",