mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Changes: https://github.com/niccokunzmann/python-recurring-ical-events/blob/main/README.rst#changelog
11 lines
397 B
Text
11 lines
397 B
Text
--- requirements.txt.orig 2024-07-04 13:11:39 UTC
|
|
+++ requirements.txt
|
|
@@ -1,7 +1,7 @@
|
|
# install requirements depending on python version
|
|
# see https://www.python.org/dev/peps/pep-0508/#environment-markers
|
|
|
|
-icalendar >= 5.0.0, < 7.0.0
|
|
+icalendar >= 4.0.0, < 7.0.0
|
|
python-dateutil >= 2.8.1, < 3.0.0
|
|
x-wr-timezone == 0.*
|
|
backports.zoneinfo; python_version == "3.7" or python_version == "3.8"
|