diff --git a/setup.py b/setup.py index 1e8a0b6..6992066 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ URL = "https://github.com/exxamalte/python-aio-georss-gdacs" REQUIRES = [ - 'aio_georss_client>=0.5', + 'aio_georss_client>=0.6', 'dateparser>=0.7.0', ]