11 lines
197 B
TOML
11 lines
197 B
TOML
[project]
|
|
name = "caldav"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"bcrypt>=5.0.0",
|
|
"radicale>=3.7.7",
|
|
]
|