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.

20 lines
393 B
TOML

[tool.poetry]
name = "cacert-testdata-generator"
version = "0.1.0"
description = ""
authors = ["Jan Dittberner <jan@dittberner.info>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
sqlalchemy = "^2.0.25"
pymysql = "^1.1.0"
cryptography = "^41.0.7"
faker = "^22.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"