Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Git rid of old django requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Hubbard committed Jan 27, 2015
1 parent 370d3b9 commit 97a19b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
description="A SSH Multiplexer designed to use ssh to perform map/reduce "
"operations",
requires=['paramiko', 'hostlists', 'django'],
install_requires=['paramiko>=1.13.0', 'hostlists>=0.6.9', 'django']
requires=['paramiko', 'hostlists'],
install_requires=['paramiko>=1.13.0', 'hostlists>=0.6.9']
)

0 comments on commit 97a19b1

Please sign in to comment.