Hi,
I noted that the current, fixed dependency versions of requests, dateutil and click clash with dependencies for e.g. pandas.
Would it be possible to adjust the Python dependency definitions in setup.py?
Locally I've successfully tested
'requests ~= 2.20',
'python-dateutil ~= 2.7',
'click ~= 7.0'