diff options
| author | Fuwn <[email protected]> | 2025-02-10 00:29:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-10 00:33:12 -0800 |
| commit | fcf7df7f77a080eea28774f29b8198e647015393 (patch) | |
| tree | a358f84e9bcd72d9addf1a5fe9cfa98e4533b9ea /requirements.txt | |
| download | hololist-to-json-and-ical-fcf7df7f77a080eea28774f29b8198e647015393.tar.xz hololist-to-json-and-ical-fcf7df7f77a080eea28774f29b8198e647015393.zip | |
feat: initial release
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c18520a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +beautifulsoup4==4.13.3 +Requests==2.32.3 |