summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-01-20 19:26:31 +0100
committerAndreas Jaeger <aj@suse.com>2016-01-20 19:26:31 +0100
commite16541a05b62975791d48d6398d5133876a515f7 (patch)
tree36e8d92cfb7bc6168d596e0ea9aca086ef7d0b35
parente946029b5e9f148332220cc16923790f9a9ddb63 (diff)
downloadturbo-hipster-e16541a05b62975791d48d6398d5133876a515f7.tar.gz
Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index cff7fd8..813008a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,6 @@
gear>=0.5.4,<1.0.0
python-swiftclient
python-keystoneclient
-argparse
lockfile
python-daemon<2.0