X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fdcbc69e0f1f8f4945cd37c1e10be34a910d48c6..28532fa3b437bb36b9d5c582851d3cdcf8d772ab:/setup.py diff --git a/setup.py b/setup.py index c4ddaae..44ab5ee 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='2.4.3', + version='2.4.12', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', @@ -37,7 +37,7 @@ setup( whole_tree(os.path.join(os.path.dirname(__file__), 'src/librarian'), 'locale')}, include_package_data=True, install_requires=[ - 'lxml>=2.2,<=4.3', + 'lxml>=2.2,<5.0', 'Pillow', 'six', 'texml',