Moved to uv packaging

This commit is contained in:
2026-04-14 13:02:01 +02:00
parent a953bce90e
commit b4f39381e3
4 changed files with 91 additions and 36 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "he-database"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django==6.0.4",
]