From 9b3b3f1992c9b9aeb5d1c52783fe3fadefcf57d5 Mon Sep 17 00:00:00 2001 From: jaraco Date: Sat, 19 Sep 2009 17:30:32 +0000 Subject: [PATCH] Updated to correct dependency on cssutils (for CSS profiles) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ca8d38..3469f0b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name = "svg.charts", include_package_data = True, install_requires=[ 'python-dateutil>=1.4', - 'cssutils>=0.9.5.1', + 'cssutils>=0.9.6b3', 'lxml>=2.0', ], license = "MIT",