Skip to content

Commit d75f26b

Browse files
committed
Only use dataclasses for python3.6
1 parent fe7bb90 commit d75f26b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

poetry.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "^3.6"
1818
requests = "^2.24.0"
1919
pillow = "^7.2.0"
2020
numpy = "^1.19.1"
21-
dataclasses = "^0.7"
21+
dataclasses = { version = "^0.7", python = "~3.6" }
2222

2323
[tool.poetry.dev-dependencies]
2424

0 commit comments

Comments
 (0)