diff -r 37c6b51cef8b -r 165f37f89e5a setup.py --- a/setup.py Sun Nov 20 12:47:42 2011 +0100 +++ b/setup.py Sun Nov 20 12:52:07 2011 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.3.2' +version = '0.3.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ @@ -60,6 +60,7 @@ install_requires=[ 'setuptools', # -*- Extra requirements: -*- + 'fanstatic', 'hurry.query', 'pytz', 'z3c.form',