diff options
| author | sideshowdave7 | 2017-01-12 12:37:26 -0700 |
|---|---|---|
| committer | sideshowdave7 | 2017-01-12 12:37:26 -0700 |
| commit | af0572fbd0afc6e93d136aedf03d58683b2e8364 (patch) | |
| tree | a10c595b21f51784d894f91abeff6000080f8122 /setup.py | |
| parent | 2a0b4c23c0f73c38be7c94a48418962b833ebed5 (diff) | |
| download | eventmq-af0572fbd0afc6e93d136aedf03d58683b2e8364.tar.gz eventmq-af0572fbd0afc6e93d136aedf03d58683b2e8364.zip | |
update setup file to match req file
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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/', |