prctl moved to optional dependencies as it requires libcap which is not supported by ReadTheDocs
This commit is contained in:
parent
d96ffe4d9f
commit
a25965e3e4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -63,9 +63,9 @@ setup(
|
|||
'pyyaml',
|
||||
'redis',
|
||||
'requests',
|
||||
'python-prctl',
|
||||
],
|
||||
extras_require = {
|
||||
'Support for custom thread and process names': ['python-prctl'],
|
||||
'Support for Apache Kafka backend': ['kafka-python'],
|
||||
'Support for Pushbullet backend': ['requests', 'pushbullet.py'],
|
||||
'Support for HTTP backend': ['flask','websockets', 'python-dateutil'],
|
||||
|
|
Loading…
Reference in a new issue