Skip to content

Commit 52547e5

Browse files
committed
move some deps to test dependencies
1 parent aaeda22 commit 52547e5

File tree

2 files changed

+16
-33
lines changed

2 files changed

+16
-33
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ keywords = ["crontab", "cron", "asyncio"]
2525
dependencies = [
2626
"cronsim>=2.6",
2727
"python-dateutil>=2.9.0",
28-
"tox>=4.21.1",
29-
"tox-uv>=1.13.0",
3028
"tzlocal>=5.2",
3129
]
3230

@@ -35,6 +33,8 @@ Homepage = "https://github.com/gawel/aiocron/"
3533

3634
[project.optional-dependencies]
3735
test = [
36+
"tox>=4.21.1",
37+
"tox-uv>=1.13.0",
3838
"coverage>=7.6.1",
3939
"pytest>=8.3.3",
4040
"pytest-cov>=5.0.0",

uv.lock

Lines changed: 14 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)