From bc4f0c7e404561bef269d633c3d6c27567382678 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Wed, 28 Apr 2021 23:08:52 +0100 Subject: [PATCH] Dictpath dependency --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 08cebe5..b2d723d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ isodate==0.6.0 +dictpath==0.1.3 openapi-spec-validator openapi-schema-validator six diff --git a/setup.cfg b/setup.cfg index 0a2f5ce..4936a19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ setup_requires = setuptools install_requires = isodate + dictpath openapi-spec-validator openapi-schema-validator six