diff -r dec1ba47922a -r 57d4ca60eb61 setup.py --- a/setup.py Fri Mar 23 15:52:55 2012 +0100 +++ b/setup.py Sat Mar 24 00:29:59 2012 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.3.7' +version = '0.3.9' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ @@ -62,6 +62,7 @@ # -*- Extra requirements: -*- 'chardet', 'fanstatic', + 'httplib2', 'hurry.query', 'pytz', 'z3c.form',