From 672211b919d877361e684d5478817ce50a2a881e Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Tue, 5 Oct 2021 12:56:53 +0200 Subject: [PATCH] DRAFT: Pipline --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6650e620..dfc13a11 100755 --- a/setup.py +++ b/setup.py @@ -158,10 +158,10 @@ def setup_package(): python_requires='>=3.6', package_dir={'': 'src'}, install_requires=['lxml>=3.6.4', - 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7', "jsonschema==2.6.0"], + 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7', 'jsonschema'], extras_require={'keyring': ['keyring>=13.0.0']}, setup_requires=["pytest-runner>=2.0,<3dev"], - tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema==2.6.0"], + tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema"], package_data={ 'caosdb': ['cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'], }, -- GitLab