From 7841e23cc4c3a0ebeec00edcd1095eadbed2de29 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 24 Nov 2011 16:57:51 +0100 Subject: [PATCH] Add procname dependency. Eventually, this will be optional, but for now, include it as there actually *is* a dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63c7c1cc..739657b7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( include_package_data=True, zip_safe=False, platforms='any', - install_requires=['redis', 'logbook'], + install_requires=['redis', 'logbook', 'procname'], scripts=['bin/rqinfo', 'bin/rqworker'], classifiers=[ # As from http://pypi.python.org/pypi?%3Aaction=list_classifiers