pyowm improvements #137
- Bump pyowm from 2.10.0 to 3.1.1 (latest) - updated Weather module to support new pyowm version - removed ad-hoc logic for beaufort scale (supported by pyowm now) - Added support for location ID and location string (see #137)
This commit is contained in:
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==3.1.1', # weather
|
||||
'Pillow>=7.1.1' , # imaging
|
||||
'icalendar==4.0.6', # iCalendar parsing
|
||||
'recurring-ical-events==0.1.17b0',# parse recurring events
|
||||
|
Reference in New Issue
Block a user