diff options
| author | Fuwn <[email protected]> | 2025-02-10 00:58:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-10 00:58:18 -0800 |
| commit | f68f7259cbd19cf7eb8d0693dd4c217ea60a775d (patch) | |
| tree | 24f906ec5cfc16461b35cf1c42e35437389cb6f7 /requirements.txt | |
| parent | feat: initial release (diff) | |
| download | hololist-to-json-and-ical-f68f7259cbd19cf7eb8d0693dd4c217ea60a775d.tar.xz hololist-to-json-and-ical-f68f7259cbd19cf7eb8d0693dd4c217ea60a775d.zip | |
feat: icalendar generator
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c18520a..89cbdba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ beautifulsoup4==4.13.3 +icalendar==6.1.1 Requests==2.32.3 |