Files
sshecret/packages/sshecret-backend/pyproject.toml
2025-04-16 15:08:51 +02:00

24 lines
473 B
TOML

[project]
name = "sshecret-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Allan Eising", email = "allan@eising.dk" }
]
requires-python = ">=3.13"
dependencies = [
"passlib[bcrypt]>=1.7.4",
"pydantic>=2.10.6",
"pytest>=8.3.5",
"sqlmodel>=0.0.24",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "INFO"