1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

requirements-dev: Add lxml, used for Windows packaging

This commit is contained in:
Athanasius 2021-12-07 17:08:58 +00:00
parent a196bfe172
commit 97f025e1b9
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -27,6 +27,8 @@ autopep8==1.6.0
grip==4.5.2
# Packaging
# Used to put together a WiX configuration from template/auto-gen
lxml==4.6.4
# We only need py2exe on windows.
py2exe==0.11.0.1; sys_platform == 'win32'