[project] name = "sshecret-admin" 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 = [ "bcrypt>=4.3.0", "click>=8.1.8", "cryptography>=44.0.2", "fastapi[standard]>=0.115.12", "httpx>=0.28.1", "pydantic>=2.10.6", "pyjwt>=2.10.1", "pykeepass>=4.1.1.post1", "sqlmodel>=0.0.24", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"