GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 27 forks source link

Remove restrictive six version requirement #43

Closed languitar closed 8 years ago

languitar commented 8 years ago

The very restrictive exact requirement on a specific version of six prevents to package this software easily in a distribution. Any reason for this?

tbabej commented 8 years ago

I think it was left this way by mistake. There's been a commit 432b3aa67c40dd92ba2cb0042439ea665b2dcc21 which removed this restriction, and a later commit c9db4bbc93086f404c6d115df17e272989d2c310 that day reintroduced it.

@robgolding63 can you confim?

robgolding commented 8 years ago

Looks like you're right @tbabej - let's switch it back!

Thanks for the report @languitar.