1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

requirements: py2exe only on win32 platform

This commit is contained in:
Athanasius 2020-10-05 19:04:56 +01:00
parent 9c0b690095
commit 49b6e22ca1

View File

@ -25,7 +25,7 @@ grip==4.5.2
# <https://pip.pypa.io/en/stable/user_guide/#requirements-files>
# <https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support>
#py2exe==0.10.0.1
git+https://github.com/albertosottile/py2exe.git@v0.10.0.1#egg=py2exe
git+https://github.com/albertosottile/py2exe.git@v0.10.0.1#egg=py2exe; sys_platform == 'win32'
# All of the normal requirements
-r requirements.txt