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 09d815a commit 6dd0ffbCopy full SHA for 6dd0ffb
pyproject.toml
@@ -22,10 +22,14 @@ dependencies = [
22
"python-dateutil>=2.6",
23
"tzdata>=2020.1",
24
'backports.zoneinfo>=0.2.1; python_version < "3.9"',
25
- 'time-machine>=2.6.0; implementation_name != "pypy"',
26
'importlib-resources>=5.9.0; python_version < "3.9"'
27
]
28
+[project.optional-dependencies]
29
+test = [
30
+ 'time-machine>=2.6.0; implementation_name != "pypy"',
31
+]
32
+
33
[project.urls]
34
Homepage = "https://pendulum.eustace.io"
35
Documentation = "https://pendulum.eustace.io/docs"
0 commit comments