From 6db210e9cfd157af8350fdc83363158990f38c5e Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Fri, 4 Mar 2022 22:30:09 +0100 Subject: [PATCH] Update dev requirements and description --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d486a2ee..22776d6d 100644 --- a/setup.py +++ b/setup.py @@ -24,12 +24,12 @@ keywords=['XPath', 'XPath2', 'XPath3', 'Pratt-parser', 'ElementTree', 'lxml'], license='MIT', license_file='LICENSE', - description='XPath 1.0/2.0 parsers and selectors for ElementTree and lxml', + description='XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml', long_description=long_description, python_requires='>=3.7', extras_require={ - 'dev': ['tox', 'coverage', 'lxml', 'xmlschema>=1.8.0', - 'Sphinx', 'memory-profiler', 'flake8', 'mypy==0.910'] + 'dev': ['tox', 'coverage', 'lxml', 'xmlschema>=1.9.0', + 'Sphinx', 'memory-profiler', 'flake8', 'mypy==0.931'] }, classifiers=[ 'Development Status :: 5 - Production/Stable',