aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorsideshowdave72017-01-12 12:37:26 -0700
committersideshowdave72017-01-12 12:37:26 -0700
commitaf0572fbd0afc6e93d136aedf03d58683b2e8364 (patch)
treea10c595b21f51784d894f91abeff6000080f8122 /setup.py
parent2a0b4c23c0f73c38be7c94a48418962b833ebed5 (diff)
downloadeventmq-af0572fbd0afc6e93d136aedf03d58683b2e8364.tar.gz
eventmq-af0572fbd0afc6e93d136aedf03d58683b2e8364.zip
update setup file to match req file
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cbbe0d..605bded 100644
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,9 @@ setup(
14 'six==1.10.0', 14 'six==1.10.0',
15 'monotonic==0.4', 15 'monotonic==0.4',
16 'croniter==0.3.10', 16 'croniter==0.3.10',
17 'future==0.15.2',
18 'redis==2.10.3', 17 'redis==2.10.3',
18 'future==0.15.2',
19 'psutil==5.0.0',
19 'python-dateutil>=2.1,<3.0.0'], 20 'python-dateutil>=2.1,<3.0.0'],
20 author='EventMQ Contributors', 21 author='EventMQ Contributors',
21 url='https://github.com/enderlabs/eventmq/', 22 url='https://github.com/enderlabs/eventmq/',