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 ec9893b commit 3e7900dCopy full SHA for 3e7900d
pyproject.toml
@@ -62,7 +62,7 @@ readme = "README.md"
62
python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"
63
# The dataclasses package is not in the stdlib in Python 3.6
64
dataclasses = { version = "^0.8", python = "~3.6" }
65
-django-lifecycle = "~1.0.0"
+django-lifecycle = "~0.9.0"
66
typing_extensions = ">=3.7,<5.0"
67
six = "^1.14"
68
0 commit comments