2024-05-13 20:33:10 +00:00
|
|
|
[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]
|
2024-06-02 11:07:59 +00:00
|
|
|
python = "^3.9"
|
2024-05-13 20:33:10 +00:00
|
|
|
sqlalchemy = "^2.0.30"
|
2024-06-02 11:18:04 +00:00
|
|
|
mariadb = "~1.0.0"
|
2024-05-13 20:33:10 +00:00
|
|
|
cryptography = "^42.0.7"
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|