Skip to content

Commit

Permalink
Make time-machine an optional dependency as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Dec 17, 2024
1 parent 483443a commit a08b3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ classifiers = [
dependencies = [
"python-dateutil>=2.6",
"tzdata>=2020.1",
]

[project.optional-dependencies]
test = [
'time-machine>=2.6.0; implementation_name != "pypy"',
]

Expand Down

0 comments on commit a08b3c3

Please sign in to comment.