mirror of https://github.com/rq/rq.git
Add procname dependency.
Eventually, this will be optional, but for now, include it as there actually *is* a dependency.
This commit is contained in:
parent
213ac73e19
commit
7841e23cc4
2
setup.py
2
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
|
||||
|
|
Loading…
Reference in New Issue