prctl moved to optional dependencies as it requires libcap which is not supported by ReadTheDocs

This commit is contained in:
Fabio Manganiello 2019-01-14 00:00:28 +01:00
parent d96ffe4d9f
commit a25965e3e4
1 changed files with 1 additions and 1 deletions

View File

@ -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'],