earthobservations / wetterdienst

Open weather data for humans.
https://wetterdienst.readthedocs.io/
MIT License
349 stars 54 forks source link

Add python-dateutil to list of dependencies #93

Closed amotl closed 4 years ago

amotl commented 4 years ago

We might want to add python-dateutil = ">=2.8.0" here.

https://github.com/earthobservations/python_dwd/blob/1ad27445ead9b94f093e6350f1eeda1944a0a162/pyproject.toml#L47


The background not depending on 2.8.1 here is to care for installations through Anaconda, which is not ready for 2.8.1 yet as @mmaelicke reported through https://github.com/panodata/dwdweather2/issues/7#issuecomment-636316614 ff., see also https://github.com/panodata/dwdweather2/blob/0.13.0/setup.py#L61.

amotl commented 4 years ago

The update will be part of the upcoming release. Thanks already!