You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-webdb/scripts/pyproject.toml

19 lines
399 B
TOML

[tool.poetry]
name = "cacert-webdb-utils"
version = "0.1.0"
description = "CAcert webdb database Python utilities"
authors = ["Jan Dittberner <jandd@cacert.org>"]
license = "GPL-2"
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
sqlalchemy = "^2.0.30"
mariadb = "~1.0.0"
cryptography = "^42.0.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"