19 lines
467 B
TOML
19 lines
467 B
TOML
[project]
|
|
name = "freebox-cert-update"
|
|
version = "0.1.0"
|
|
description = "Programatically updates Freebox's SSL certificates for custom domains."
|
|
authors = [
|
|
{name = "Artémis Michelot",email = "artemis.michelot@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"requests (>=2.32.5,<3.0.0)",
|
|
"cryptography (>=46.0.1,<47.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|