From 0f83602b6251c2547a9f3211037f65f6dd1105f1 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 30 Nov 2012 11:27:15 -0500 Subject: [PATCH] Drop hashlib/hmac from pip-requires. Python 2.5+ has hashlib. Python 2.2+ has hmac. As such there really is no need to have these in pip-requires. Change-Id: Iaa7f6a6f2db4c5283608c320680da98ae400098f --- tools/pip-requires | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 790a7caee..11022aace 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,5 +2,3 @@ argparse httplib2>=0.7 prettytable simplejson -hashlib -hmac