Sam Jaffe 1 месяц назад
Родитель
Сommit
e064e6e354
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      pyproject.toml

+ 3 - 1
pyproject.toml

@@ -4,7 +4,9 @@ version = "0.1.0"
 description = "Python based tool for operating CI Pipelines"
 description = "Python based tool for operating CI Pipelines"
 readme = "README.md"
 readme = "README.md"
 requires-python = ">=3.14"
 requires-python = ">=3.14"
-dependencies = []
+dependencies = [
+    "pydantic>=2.12.5",
+]
 
 
 [dependency-groups]
 [dependency-groups]
 dev = [
 dev = [