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