Skip to content
Snippets Groups Projects
Commit 5d08214a authored by florian's avatar florian
Browse files

Merge branch 'f-validate-json-new' into f-fix-json-schema

parents 45206988 672211b9
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!29Revert "Revert "Merge branch 'f-validate-config' into 'dev'""
Pipeline #14520 passed with warnings
......@@ -158,7 +158,7 @@ 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"],
'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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment