From 67843567c3327620eef5844c5104f1a5bf84150c Mon Sep 17 00:00:00 2001 From: p1c2u Date: Fri, 2 Sep 2022 17:12:20 +0100 Subject: [PATCH] pyyaml strict requirement fix --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 322baa96..09253b3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ isodate==0.6.0 dictpath==0.1.3 openapi-spec-validator==0.3.3 openapi-schema-validator==0.1.6 -PyYAML==5.3.1 six lazy-object-proxy attrs diff --git a/setup.cfg b/setup.cfg index 11310fde..8a5f1b41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,6 @@ install_requires = dictpath openapi-spec-validator < 0.4.0 openapi-schema-validator < 0.2.0 - PyYAML < 6.0; python_version>="3.6" six lazy-object-proxy attrs