Skip to content

Commit 9be3490

Browse files
committed
Depend on dataclasses backport for Python 3.6
1 parent e6f7e83 commit 9be3490

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ keywords = "timer class contextmanager decorator"
2727

2828
# Requirements
2929
requires-python = ">=3.6"
30-
requires = []
30+
requires = [
31+
"dataclasses; python_version < '3.7'",
32+
]
3133

3234

3335
[tool.flit.metadata.requires-extra]

0 commit comments

Comments
 (0)