1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +03:00

Python 3.10: Bump py2exe version

This commit is contained in:
Athanasius 2021-12-03 11:40:31 +00:00
parent 3a28945ad5
commit d546e84031
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -28,7 +28,7 @@ grip==4.5.2
# Packaging # Packaging
# We only need py2exe on windows. # We only need py2exe on windows.
py2exe==0.10.4.1; sys_platform == 'win32' py2exe==0.11.0.1; sys_platform == 'win32'
# Testing # Testing
pytest==6.2.5 pytest==6.2.5