From b6b8841560a6227152473018c87ed0627443acea Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Mon, 21 Dec 2015 16:14:47 +0530 Subject: [PATCH] update python-crontab -v --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93276610..1ad9839c 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup(name='ee', 'psutil == 3.1.1', 'sh', 'sqlalchemy', - 'python-crontab' + 'python-crontab == 1.9' ], data_files=[('/etc/ee', ['config/ee.conf']), ('/etc/ee/plugins.d', conf),