[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"