add dependencies, config

This commit is contained in:
2025-02-20 22:52:37 +01:00
parent 094b709d41
commit a0d5dfbfc4
3 changed files with 257 additions and 3 deletions

View File

@@ -7,8 +7,15 @@ authors = [
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13"
dependencies = []
dependencies = [
"omegaconf>=2.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
test = [
"pytest>=8.3.4",
]