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),