18 lines
401 B
TOML
18 lines
401 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.11"
|
|
sqlalchemy = "^2.0.30"
|
|
mariadb = "^1.1.10"
|
|
cryptography = "^42.0.7"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|