Skip to content

Commit

Permalink
Add setuptools to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Glogower committed Jan 21, 2015
1 parent d7b1ff4 commit 38d2763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PyYAML
argparse
httplib2
setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load_requirements(fname):

setup(
name='netscaler-tool',
version='1.27.3',
version='1.27.4',
packages=find_packages(),

author="Brian Glogower",
Expand Down

0 comments on commit 38d2763

Please sign in to comment.