Skip to content

Commit 6bf5144

Browse files
authored
Update pyproject.toml
1 parent 0e4fe32 commit 6bf5144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ readme = "README.md"
6060

6161
[tool.poetry.dependencies]
6262
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" }
63+
# The dataclasses package is not in the stdlib in Python 3.6
64+
dataclasses = { version = "^0.8", python = "~3.6" }
6565
django-lifecycle = "~1.0.0"
6666
typing_extensions = ">=3.7,<5.0"
6767
six = "^1.14"

0 commit comments

Comments
 (0)