mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 11:19:57 +00:00
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:
parent
06497da748
commit
0ec458dba8
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user