uv init, add repl code from worblehat

This commit is contained in:
2025-03-17 22:37:21 +01:00
parent 6ee95a2f3b
commit 240424b3f3
8 changed files with 326 additions and 2 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "libdib"
version = "0.1.0"
description = "Common logic for programs running in the dibbler terminal"
readme = "README.md"
authors = [
{ name = "Programvareverkstedet", email = "pvv@pvv.ntnu.no" }
]
requires-python = ">=3.12"
dependencies = [
"sqlalchemy>=2.0.39",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"