aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61af985..b4adf1d 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',
@@ -60,6 +60,8 @@ setup(
60 # that you indicate whether you support Python 2, Python 3 or both. 60 # that you indicate whether you support Python 2, Python 3 or both.
61 'Programming Language :: Python :: 2.7', 61 'Programming Language :: Python :: 2.7',
62 'Programming Language :: Python :: 3.5', 62 'Programming Language :: Python :: 3.5',
63 'Programming Language :: Python :: 3.6',
64 'Programming Language :: Python :: 3.7',
63 ], 65 ],
64 scripts=[ 66 scripts=[
65 'bin/emq-cli', 67 'bin/emq-cli',