diff --git a/pyproject.toml b/pyproject.toml index 8f03b3cc..1bfc1d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"', ]