Browse Source

Updated to correct dependency on cssutils (for CSS profiles)

pull/8/head
jaraco 15 years ago
parent
commit
9b3b3f1992
  1. 2
      setup.py

2
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",

Loading…
Cancel
Save