setup.py
branchZTK-1.1
changeset 126 57d4ca60eb61
parent 123 e88a6168a90e
child 132 14abd920f481
--- 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',