Mendeley / mendeley-python-sdk

Python SDK for the Mendeley API.
Apache License 2.0
119 stars 59 forks source link

Outdated requirements break with new pip dependency manager #28

Open jwalz opened 3 years ago

jwalz commented 3 years ago

mendeley has hard version requirements across the board (== instead of >=), many/all of which are now grossly out of date (requests being the most notable example). With the new pip dependency manager, we can no longer effectively replace these requirements: https://mail.python.org/archives/list/pypi-announce@python.org/thread/DIWIYIMGAOHDWQXXUZW44YRSW7UYQ4CA/

As a result, our build is now broken, and I'm assuming we're not alone.

Please update your dependencies ASAP.

mebibou commented 3 years ago

I think the package is no longer maintained at all, you'd better fork it and update the dependencies on your fork. I have the same issue and this is the only solution