We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e551b commit 6eb71b9Copy full SHA for 6eb71b9
pyproject.toml
@@ -82,7 +82,7 @@ psycopg2 = {version = "=2.9.6", python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"}
82
mysqlclient = {version = "=2.1.1", python = "^3.6"}
83
tox = "^3.25"
84
mypy = {version = "^0.961", python = "^3.6"}
85
-django-stubs = {version = "^1.9", python = "^3.6"}
+django-stubs = {version = "^4.0.0", python = "^3.6"}
86
87
[tool.poetry.extras]
88
deploy = ["bump2version", "git-changelog"]
0 commit comments