Update development requirements (xmlschema~=1.0.13)

This commit is contained in:
Davide Brunato 2019-08-03 12:30:59 +02:00
parent 74db431c25
commit bb7f000fec
3 changed files with 4 additions and 5 deletions

View File

@ -3,6 +3,6 @@ setuptools
tox
coverage
lxml
xmlschema>=1.0.9
xmlschema>=1.0.13
Sphinx
-e .

View File

@ -19,7 +19,7 @@ setup(
packages=['elementpath'],
author='Davide Brunato',
author_email='brunato@sissa.it',
url='https://github.com/brunato/elementpath',
url='https://github.com/sissaschool/elementpath',
keywords=['XPath', 'XPath2', 'Pratt-parser', 'ElementTree', 'lxml'],
license='MIT',
description='XPath 1.0/2.0 parsers and selectors for ElementTree and lxml',
@ -33,7 +33,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',

View File

@ -11,7 +11,7 @@ toxworkdir = {homedir}/.tox/elementpath
[testenv]
deps =
lxml
xmlschema~=1.0.9
xmlschema~=1.0.13
docs: Sphinx
flake8: flake8
coverage: coverage
@ -22,7 +22,7 @@ whitelist_externals = make
commands = python tests/test_elementpath.py
[testenv:py38]
deps = xmlschema~=1.0.9
deps = xmlschema~=1.0.13
commands = python -m unittest
[testenv:docs]