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 09d815a commit 6dd0ffb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ dependencies = [
"python-dateutil>=2.6",
"tzdata>=2020.1",
'backports.zoneinfo>=0.2.1; python_version < "3.9"',
'time-machine>=2.6.0; implementation_name != "pypy"',
'importlib-resources>=5.9.0; python_version < "3.9"'
]

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

[project.urls]
Homepage = "https://pendulum.eustace.io"
Documentation = "https://pendulum.eustace.io/docs"
Expand Down

0 comments on commit 6dd0ffb

Please sign in to comment.