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

@@ -1,4 +1,4 @@
pyowm==2.10.0 # weather
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
@@ -7,4 +7,4 @@ numpy>=1.18.2 # image pre-processing #pre-installed on Raspbia
arrow>=0.15.6 # time operations
Flask==1.1.2 # webserver
Flask-WTF==0.14.3 # webforms
sphinxemoji==0.1.8 # for emoji support on documentation
sphinxemoji==0.1.8 # for emoji support on documentation