We don't require lxml - zeep does

and has it as a requirement in its setup.py
This commit is contained in:
Georg Sauthoff 2019-07-14 13:41:45 +02:00
parent fdc295653b
commit fe0e30f173
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from inema import __version__
install_requires = [
'zeep >= 0.12.0',
'lxml',
'pytz'
]