summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 383202490..79dc0e8a1 100755
--- a/setup.py
+++ b/setup.py
@@ -15,8 +15,7 @@ except NameError:
inst_reqs = [
'lockfile',
'lxml',
- 'python-daemon',
- 'argparse'
+ 'python-daemon'
]
# Use the backported ssl module on < python2.6