From 58b8563bc878cfaca854ff2f4f8a9c2722513760 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 3 Jun 2020 16:08:00 +0200 Subject: [PATCH] Lock pyowm to v2.10.0 The new release v3.0.0 is not backwards compatible. To prevent the weather module from breaking, pyowm v2.10.0 will be installed. Fix for "AttributeError: 'OWM' object has no attribute 'weaher_at_place'" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7eb1c9..43b0f02 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ __author__ = "aceisace" __author_email__ = "aceisace63@yahoo.com" __url__ = "https://github.com/aceisace/Inky-Calendar" -__install_requires__ = ['pyowm>=2.10.0', # weather +__install_requires__ = ['pyowm==2.10.0', # weather 'Pillow>=7.0.0' , # imaging 'icalendar==4.0.6', # iCalendar parsing 'recurring-ical-events==0.1.16b0',# parse recurring events