From 53e2fe59b9dba88d5f54a5492c375e0f0608da23 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 4 Feb 2024 21:50:24 +0100 Subject: [PATCH] stop using strictyaml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12438fc..2c815be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,10 +57,9 @@ dependencies = [ 'pydantic==2.5.3', 'pydantic-extra-types==2.4.1', 'typing_extensions==4.9.0', - 'strictyaml==1.7.3', + 'ruamel.yaml==0.18.5', 'email-validator==2.1.0.post1', 'typer[all]==0.9.0', - 'rich==13.7.0', ] classifiers = [ "Intended Audience :: Science/Research",