Skip to content

Commit b822b48

Browse files
author
Fredrik Borg
committed
add dataclasses as a dependency for python < 3.7
1 parent 54baa93 commit b822b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ orjson = "^3.2.1"
1717
shortuuid = "^1.0.1"
1818
wrapt = "^1.12.1"
1919
cachetools = "^4.1.1"
20+
dataclasses = {version = "^0.8.0", python = "<3.7"}
2021

2122
[tool.poetry.dev-dependencies]
2223
pytest = "^6.2"

0 commit comments

Comments
 (0)