File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ authors = [
88 { name = " Antonio Rodriguez" , email = " kontakt@antoniorodriguez.no" },
99]
1010description = " A terminal-based dashboard for managing cron jobs"
11- version = " 0.5.2 "
11+ version = " 0.5.4 "
1212readme = " README.md"
1313license = { text = " Apache-2.0" }
1414requires-python = " >=3.13"
1515dependencies = [
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 ]
4242dev = [
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 ]
You can’t perform that action at this time.
0 commit comments