From 0ec458dba8031de85a2cba53015177e7224490a2 Mon Sep 17 00:00:00 2001 From: tstadel <60758086+tstadel@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:18:55 +0100 Subject: [PATCH] Fix install because of missing jsonschema dependency (#2315) * revert setup.cfg changes * reinclude json-schemas again * Revert "reinclude json-schemas again" This reverts commit d60f60b220271177f673afc2fa16016cba602221. * Revert "reinclude json-schemas again" This reverts commit d60f60b220271177f673afc2fa16016cba602221. * add jsonschema to core dependencies * add json-schemas include again --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d3b7cfd45..6effb56db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,9 +75,6 @@ install_requires = # pip unfortunately backtracks into the databind direction ultimately getting lost. azure-core<1.23 - # TEMPORARY!!! - azure-core<1.23.0 - # Preprocessing more_itertools # for windowing python-docx @@ -99,6 +96,9 @@ install_requires = elasticsearch>=7.7,<=7.10 elastic-apm + # Schema validation + jsonschema + # Not found in repo, to review: #uvloop==0.14; sys_platform != 'win32' and sys_platform != 'cygwin'