Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Too strict dependency requirements

Open romanet opened this issue 3 years ago • 0 comments

requirements.txt

requests==2.25.1 requests_ntlm [NTLMAuthentication] setuptools==57.0.0 msal==1.12.0 pytz==2021.1

makes it absolutely impossible to use with

pip install Office365-REST-Python-Client

without breaking all other packages. It is probably safer to advice installation in dedicated virtual environment.

romanet avatar Jun 16 '21 20:06 romanet