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:
Ace
2020-11-12 10:22:34 +01:00
parent e866a04e0e
commit ea51185173
3 changed files with 35 additions and 33 deletions

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==3.1.1', # weather
'Pillow>=7.1.1' , # imaging
'icalendar==4.0.6', # iCalendar parsing
'recurring-ical-events==0.1.17b0',# parse recurring events