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
This commit is contained in:
Dan Prince
2012-11-30 11:27:15 -05:00
parent 2b3bf3742d
commit 0f83602b62

View File

@@ -2,5 +2,3 @@ argparse
httplib2>=0.7
prettytable
simplejson
hashlib
hmac