From cbc26a52a07d10a0b220e706923ff29096d1188b Mon Sep 17 00:00:00 2001 From: utkarshmishra Date: Wed, 25 Oct 2017 17:05:10 +0530 Subject: [PATCH] fix requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30ea6c3..e99807d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(fname): 'Topic :: System :: Monitoring', 'Topic :: Utilities', ], - install_requires=[], + install_requires=['pika'], include_package_data=True, zip_safe=False, )