O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.6k stars 411 forks source link

requirements.txt not consisting with setup.py dependency versions #1049

Closed owenlamont closed 5 months ago

owenlamont commented 5 months ago

I noticed setup.py requires tzlocal>=5.0 whilst requirements.txt specifies tzlocal>=4.0,<5.0

alejcas commented 5 months ago

I'll fix this. Thanks