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
This commit is contained in:
tstadel 2022-03-15 17:18:55 +01:00 committed by GitHub
parent 06497da748
commit 0ec458dba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'