keenlabs / KeenClient-Python

Official Python client for the Keen IO API. Build analytics features directly into your Python apps.
https://keen.io/docs
MIT License
133 stars 58 forks source link

Loosen six version requirement #151

Closed Geeber closed 5 years ago

Geeber commented 5 years ago

@masojus does this look right? If so then I'll merge this and close #147 and #149.

masojus commented 5 years ago

Looks like what I'd expect to work, but I haven't tried it. I could run a few tests if you want.

Geeber commented 5 years ago

Sure, if you could that would be great. Probably better to do at least a smoke test before merging.

cabello commented 4 years ago

Hi 👋

Which version includes this fix? I tried upgrading Keen to latest to fix this but the output remained:

ERROR: keen 0.5.1 has requirement six~=1.10.0, but you'll have six 1.13.0 which is incompatible.