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

requirements: Reference py2exe via git URL@tag

This commit is contained in:
Athanasius 2021-03-22 12:33:58 +00:00
parent c88f634ec1
commit 9c0b690095

View File

@ -20,8 +20,12 @@ autopep8==1.5.4
grip==4.5.2
# Packaging
# We only need py2exe on windows.
py2exe==0.10.0.2; sys_platform == 'win32'
# This isn't available via 'pip install', but is via git@tag
# Refs:
# <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
# All of the normal requirements
-r requirements.txt