Skip to content

Commit

Permalink
Remove typing-extensions dependency
Browse files Browse the repository at this point in the history
Not used since 3c6cbd5.
  • Loading branch information
bluetech authored and last-partizan committed Aug 9, 2023
1 parent 9ba26c6 commit b1d3206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.8,<4"
django = ">=3.2"
typing-extensions = "*"

[tool.poetry.dev-dependencies]
pdbpp = "*"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ license = New BSD
[options]
install_requires =
Django>=3.2
typing-extensions
importlib-metadata; python_version<"3.8"
packages =
modeltranslation
Expand Down

0 comments on commit b1d3206

Please sign in to comment.