Skip to content

Commit a08b3c3

Browse files
committed
Make time-machine an optional dependency as intended
1 parent 483443a commit a08b3c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ classifiers = [
2020
dependencies = [
2121
"python-dateutil>=2.6",
2222
"tzdata>=2020.1",
23+
]
24+
25+
[project.optional-dependencies]
26+
test = [
2327
'time-machine>=2.6.0; implementation_name != "pypy"',
2428
]
2529

0 commit comments

Comments
 (0)