Skip to content

Commit

Permalink
add typing_extension to main dependencies (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi authored May 21, 2020
1 parent 865bff7 commit 4f46e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ django_test_migrations = "django_test_migrations.contrib.pytest_plugin"

[tool.poetry.dependencies]
python = "^3.6"
typing_extensions = "^3.7.4"

[tool.poetry.dev-dependencies]
django = "^2.2"
Expand Down

0 comments on commit 4f46e97

Please sign in to comment.