Skip to content

Commit

Permalink
update_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoffman committed May 19, 2016
1 parent 8e24c39 commit 1b63dbb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 1b63dbb

Please sign in to comment.