We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f7e83 commit 9be3490Copy full SHA for 9be3490
1 file changed
pyproject.toml
@@ -27,7 +27,9 @@ keywords = "timer class contextmanager decorator"
27
28
# Requirements
29
requires-python = ">=3.6"
30
-requires = []
+requires = [
31
+ "dataclasses; python_version < '3.7'",
32
+]
33
34
35
[tool.flit.metadata.requires-extra]
0 commit comments