From 1b63dbbfda9706039895241d47c3df0fcc46fe30 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Wed, 18 May 2016 20:29:39 -0700 Subject: [PATCH] update_requirements --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 5bab780..a7176b7 100644 --- a/setup.py +++ b/setup.py @@ -13,12 +13,7 @@ packages=['redistrib'], long_description='Visit ' + redistrib.REPO + ' for details. Module forked from ' 'https://github.com/HunanTV/redis-trib.py', - install_requires=[ - 'hiredis', - 'retrying', - 'six', - 'redis' - ], + install_requires=requirements zip_safe=False, entry_points=dict( console_scripts=[