From 529d0d99c5d5789bf3b91c7235fcad89c44bd108 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 26 May 2013 11:18:34 +0200 Subject: [PATCH] Update version requirement with feedgenerator 1.6 feedgenerator 1.6 changes the order of attributes in feeds, so we must use this version to have consistent functionnal tests. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 122cad67..cd05b924 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import setup -requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils', +requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.6', 'pygments', 'docutils', 'pytz', 'blinker', 'unidecode', 'six'] try: