Skip to content
Snippets Groups Projects
Commit 18e3ce3e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DEP: Add optional format-checking dependencies for jsonschema

parent 1287aff4
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
...@@ -157,7 +157,7 @@ def setup_package(): ...@@ -157,7 +157,7 @@ def setup_package():
python_requires='>=3.7', python_requires='>=3.7',
install_requires=["linkahead>=0.13.1", install_requires=["linkahead>=0.13.1",
"jsonref", "jsonref",
"jsonschema>=4.4.0", "jsonschema[format]>=4.4.0",
"numpy>=1.17.3", "numpy>=1.17.3",
"openpyxl>=3.0.7", "openpyxl>=3.0.7",
"pandas>=1.2.0", "pandas>=1.2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment