Smarter cron management with croniter

This commit is contained in:
Fabio Manganiello 2019-09-28 01:34:27 +02:00
parent e9eda49c91
commit faa55daccf
4 changed files with 55 additions and 46 deletions

View file

@ -133,6 +133,7 @@ setup(
'pyyaml',
'redis',
'requests',
'croniter',
],
extras_require = {
'Support for custom thread and process names': ['python-prctl'],