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:
parent
37dbb1b127
commit
58b8563bc8
2
setup.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user