Skip to content
Snippets Groups Projects
Commit 2bb39065 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: added new dependency to setup.py

parent dd7d050e
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!21ENH: add json schema validation for config files
...@@ -158,10 +158,10 @@ def setup_package(): ...@@ -158,10 +158,10 @@ def setup_package():
python_requires='>=3.6', python_requires='>=3.6',
package_dir={'': 'src'}, package_dir={'': 'src'},
install_requires=['lxml>=3.6.4', install_requires=['lxml>=3.6.4',
'PyYaml>=3.12', 'future', 'PySocks>=1.6.7'], 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7', "jsonschema"],
extras_require={'keyring': ['keyring>=13.0.0']}, extras_require={'keyring': ['keyring>=13.0.0']},
setup_requires=["pytest-runner>=2.0,<3dev"], setup_requires=["pytest-runner>=2.0,<3dev"],
tests_require=["pytest", "pytest-cov", "coverage>=4.4.2"], tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema"],
package_data={ package_data={
'caosdb': ['cert/indiscale.ca.crt'], 'caosdb': ['cert/indiscale.ca.crt'],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment