[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.10" 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"