Skip to content
Snippets Groups Projects
Verified Commit 2e4633b7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: add jsonschema to normal requirements

parent ef20faae
No related branches found
No related tags found
1 merge request!31Draft: F json schema
Pipeline #20587 failed
......@@ -29,6 +29,6 @@ RUN pip3 install recommonmark sphinx-rtd-theme
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler,data-model-schema]
RUN cd /git && pip3 install .[h5-crawler]
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
......@@ -159,9 +159,9 @@ def setup_package():
"openpyxl>=3.0.0",
"pandas>=1.2.0",
"xlrd>=2.0",
"jsonschema>=4.4.0",
],
extras_require={"h5-crawler": ["h5py>=3.3.0", ],
"data-model-schema": ["jsonschema>=4.4.0"]
},
packages=find_packages('src'),
package_dir={'': 'src'},
......
......@@ -9,5 +9,4 @@ deps=pandas
openpyxl
xlrd == 1.2
h5py
jsonschema
commands=py.test --cov=caosadvancedtools -vv {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment