Mendeley / mendeley-python-sdk

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

Update requirements.txt #33

Open trldp opened 1 year ago

trldp commented 1 year ago

Update outdated requirements. This solves, among others, the error

ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)

when importing an old version of requests in python>=3.10. See for instance https://stackoverflow.com/questions/69381312/in-vs-code-importerror-cannot-import-name-mapping-from-collections/69727802#69727802 for more details.