Update requirements.txt
Switched from ics to icalendar library for parsing iCalendar, added library for parsing recurring events
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| pyowm==2.10.0 | pyowm==2.10.0                   # weather | ||||||
| Pillow==7.1.1 | Pillow==7.1.1                   # imaging | ||||||
| ics==0.7 | icalendar==4.0.6                # iCalendar parsing | ||||||
| feedparser==5.2.1 | recurring-ical-events==0.1.16b0 # parse recurring events | ||||||
| python-dateutil==2.6.1 | feedparser==5.2.1               # parse RSS-feeds | ||||||
| numpy==1.18.2 | numpy==1.18.2                   # image pre-processing | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user