Browse Source

Updated dependency on python-dateutil

pull/8/head
jaraco 17 years ago
parent
commit
1b21339d05
  1. 2
      setup.py

2
setup.py

@ -15,7 +15,7 @@ setup(name = "svg-chart",
packages = find_packages('lib'),
package_dir = {'':'lib'},
install_requires=[
'python-dateutil>=1.1',
'python-dateutil>=1.4',
],
license = "MIT",
long_description = """\

Loading…
Cancel
Save