diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4b48436..39965ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,11 @@ version = "1.0.0" description = "A simple ORM-like utility for operating on local YAML files via Python dataclasses" authors = ["Yuval Adam <_@yuv.al>"] readme = "README.md" +license = "MIT" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.8" +pyyaml = "^6.0.1" [build-system] |
