ptgbot/requirements.txt
Tony Breeds f3060c0806 [iCal] Add an iCal file route.
Add a handler that converts the existing slot data into an ICS file.
This .ics file can be global ".../ptg.ics" or per track ".../ironic.ics"

Right now each block deafults to 60 minutes if there isn't a 'duration'
field in the slot entry.

Change-Id: I7a67ba777c004e57206976aca377fe3f41956db0
2023-09-25 11:58:42 +10:00

7 lines
195 B
Plaintext

# Pin irc module to 15.1.1 until ib3 releases https://github.com/bd808/python-ib3/commit/92da70155e5378478802cb38baaa2a00187201d6
irc==15.1.1
python-daemon >= 1.6
ib3
requests
icalendar >= 5.0.0