Skip to content

Commit e09b5ef

Browse files
committed
fix: fix error with the release package
1 parent b2d49f4 commit e09b5ef

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ authors = [
88
{ name = "Antonio Rodriguez", email = "kontakt@antoniorodriguez.no" },
99
]
1010
description = "A terminal-based dashboard for managing cron jobs"
11-
version = "0.5.2"
11+
version = "0.5.4"
1212
readme = "README.md"
1313
license = { text = "Apache-2.0" }
1414
requires-python = ">=3.13"
1515
dependencies = [
16-
"bcrypt>=5.0.0",
17-
"cron-descriptor>=2.0.8",
18-
"croniter>=6.2.2",
19-
"paramiko>=4.0.0",
20-
"python-crontab>=3.3.0",
21-
"textual>=8.2.4",
22-
"textual-autocomplete>=4.0.6",
23-
"tomlkit>=0.14.0",
16+
"bcrypt>=5.0.0",
17+
"cron-descriptor>=2.0.8",
18+
"croniter>=6.2.2",
19+
"paramiko>=4.0.0",
20+
"python-crontab>=3.3.0",
21+
"textual>=8.2.4",
22+
"textual-autocomplete>=4.0.6",
23+
"tomlkit>=0.14.0",
2424
]
2525

2626
[project.urls]
@@ -40,12 +40,12 @@ addopts = "--cov=cronboard --cov=cronboard_widgets --cov=cronboard_encryption --
4040

4141
[dependency-groups]
4242
dev = [
43-
"pytest-cov>=7.1.0",
44-
"pytest-mock>=3.15.1",
45-
"pytest>=9.0.3",
46-
"pytest-asyncio>=1.3.0",
47-
"textual-dev>=1.8.0",
48-
"zensical>=0.0.33",
43+
"pytest-cov>=7.1.0",
44+
"pytest-mock>=3.15.1",
45+
"pytest>=9.0.3",
46+
"pytest-asyncio>=1.3.0",
47+
"textual-dev>=1.8.0",
48+
"zensical>=0.0.33",
4949
]
5050

5151
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)