room-booking/pyproject.toml

16 lines
313 B
TOML
Executable File

[project]
name = "roombooking"
version = "1.5.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"caldav>=2.0.1",
"ics>=0.7.2",
"jinja2>=3.1.6",
"markdown>=3.9",
"nanodjango>=0.12.1",
"pytz>=2025.2",
"requests>=2.32.5",
"shortuuid>=1.0.13",
]