We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483443a commit a08b3c3Copy full SHA for a08b3c3
1 file changed
pyproject.toml
@@ -20,6 +20,10 @@ classifiers = [
20
dependencies = [
21
"python-dateutil>=2.6",
22
"tzdata>=2020.1",
23
+]
24
+
25
+[project.optional-dependencies]
26
+test = [
27
'time-machine>=2.6.0; implementation_name != "pypy"',
28
]
29
0 commit comments