memsql / memsql-python

This repository holds some python libraries and plugins designed to be used with MemSQL.
MIT License
62 stars 33 forks source link

Relax version constraints for six and dateutil. #13

Closed jezdez closed 5 years ago

jezdez commented 5 years ago

In Redash we have some dependencies that also require six and dateutil, and the version pinning for both dependency conflicts with theirs.

Since both six and dateutils are fairly API-stable I think it's okay to relax the constraints a bit.

jezdez commented 5 years ago

Dang I forgot I had opened a PR already. Sigh. #15 is the better one.