diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-07 15:18:02 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-07 15:18:02 +0200 |
| commit | 44603720cf67763f1d0ff7b82196e45cb6957168 (patch) | |
| tree | 748bf08c61e287bc0ef0667d7b9d71656df96297 | |
| parent | e145993440b3ba8c65aa6fa0ef9c0f1040d1e70f (diff) | |
Python ^3.8 and MIT license
| -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] |
