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'"
This commit is contained in:
Ace 2020-06-03 16:08:00 +02:00 committed by GitHub
parent 37dbb1b127
commit 58b8563bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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