diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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', |