1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-04 17:41:18 +03:00

py2exe: Bump to 0.11.1.1 for pyparsing fix

This is confirmed working.
This commit is contained in:
Athanasius 2022-07-04 11:25:42 +01:00
parent a55a92c0af
commit 798dd92093
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -37,7 +37,7 @@ lxml==4.9.0
# We only need py2exe on windows.
# Pre-release version addressing semantic_version 2.9.0+ issues:
# <https://github.com/py2exe/py2exe/issues/126>
py2exe==0.11.1.0; sys_platform == 'win32'
py2exe==0.11.1.1; sys_platform == 'win32'
# Testing
pytest==7.1.2