You merged PR #162 updating constraints in requirements.txt but unfortunately forgot to update the install_requires field in setup.py. So right now both the release in PyPI and the local install from Git still suffer from the problem described in #161.
Thus, this PR is a logical continuation to #162 and aims to update setup.py.
Breaking changes
List any changes that break the API usage supported on master.
Description
You merged PR #162 updating constraints in
requirements.txt
but unfortunately forgot to update theinstall_requires
field insetup.py
. So right now both the release in PyPI and the local install from Git still suffer from the problem described in #161.Thus, this PR is a logical continuation to #162 and aims to update
setup.py
.Breaking changes
None
Relevant issues
Completes the fix of #161
Checklist
README.md
example usage has been updated.