Updated requirements

This commit is contained in:
Ace 2020-05-29 04:09:15 +02:00
parent 2cb82e6594
commit 3523356377

View File

@ -1,6 +1,7 @@
pyowm==2.10.0 # weather
Pillow==7.1.1 # imaging
pyowm>=2.10.0 # weather
Pillow>=7.1.1 # imaging
icalendar==4.0.6 # iCalendar parsing
recurring-ical-events==0.1.16b0 # parse recurring events
feedparser==5.2.1 # parse RSS-feeds
numpy==1.18.2 # image pre-processing
numpy>=1.18.2 # image pre-processing
arrow>=0.15.6 # time operations