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 0e4fe32 commit 6bf5144Copy full SHA for 6bf5144
pyproject.toml
@@ -60,8 +60,8 @@ readme = "README.md"
60
61
[tool.poetry.dependencies]
62
python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"
63
-# The typing module is not in the stdlib in Python 2.7 and 3.4
64
-typing = { version = "^3.6", python = "~3.4" }
+# The dataclasses package is not in the stdlib in Python 3.6
+dataclasses = { version = "^0.8", python = "~3.6" }
65
django-lifecycle = "~1.0.0"
66
typing_extensions = ">=3.7,<5.0"
67
six = "^1.14"
0 commit comments