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:
parent
9b828fe9b2
commit
a6779d7292
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user