Jan Dittberner
46db965846
webdb is currently deployed on a Debian 11 system that comes with mariadb client library version 10.5.23. The mariadb driver version broke compatibilty in release 1.1.x. This commit ensures that versions below 1.1.x are used. This should be changed when upgrading the webdb systems to Debian 12 or later.
18 lines
399 B
TOML
18 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"
|