mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Revert "build(deps-dev): bump py2exe from 0.11.1.1 to 0.12.0.0"
This reverts commit 6d11bcfb353f3614ffb494ce48dd8740c547ecbd. 0.12.0.0 has broken the now deprecated `setup()` interface, so we'll wait to confirm that's unbroken and *then* move to the new `freeze()` API.
This commit is contained in:
parent
20dcfb96af
commit
03a210a514
@ -37,7 +37,7 @@ lxml==4.9.1
|
||||
# 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.12.0.0; sys_platform == 'win32'
|
||||
py2exe==0.11.1.1; sys_platform == 'win32'
|
||||
|
||||
# Testing
|
||||
pytest==7.1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user