Skip to content

Commit 5925adc

Browse files
committed
Formatting in setup.py
1 parent a1e736c commit 5925adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def prepare_static_build_linux_osx(self, platform):
579579
cmdclass={'build_ext': build_ext},
580580
python_requires='>=3.6',
581581
setup_requires=setup_reqs,
582-
install_requires=['lxml>=5.0.0'],
582+
install_requires=['lxml>=5.0.0,<=5.1.0'],
583583
author="Bulat Gaifullin",
584584
author_email='[email protected]',
585585
maintainer='Oleg Hoefling',

0 commit comments

Comments
 (0)