aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61af985..1137322 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
19 description='EventMQ job execution and messaging system based on ZeroMQ', 19 description='EventMQ job execution and messaging system based on ZeroMQ',
20 packages=find_packages(), 20 packages=find_packages(),
21 install_requires=[ 21 install_requires=[
22 'pyzmq==15.4.0', 22 'pyzmq==18.1.0',
23 'six==1.10.0', 23 'six==1.10.0',
24 'monotonic==0.4', 24 'monotonic==0.4',
25 'croniter==0.3.10', 25 'croniter==0.3.10',