GitHub user aboudreault opened a pull request:
https://github.com/apache/tinkerpop/pull/728
Do not strong-freeze dependencies
In setup.py, strongly freezing deps is not recommended since it can easily
create a conflict with other packages in a user environment.
Also, If you know that gremlinpython works well with a lower package
version (e.g six 1.6), I recommend to just change it to the minimum required to
be more flexible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aboudreault/tinkerpop gremlinpython-deps
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/728.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #728
----
commit 64479b3a6c70a006a3493153525c22e271a34b53
Author: Alan Boudreault <[email protected]>
Date: 2017-10-03T18:12:48Z
Do not strong-freeze dependencies
----
---