Commit 06538619 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Require at least six-1.9.

python_2_unicode_compatible is broken in six-1.8 (which comes with
Debian) when imported in Python 3.
parent 2cba9968
......@@ -9,7 +9,7 @@ setup(
author_email = "me@bramschoenmakers.nl",
url = "https://github.com/bram85/topydo",
install_requires = [
'six',
'six >= 1.9.0',
],
extras_require = {
'ical': ['icalendar'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment