mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-04 11:02:29 -04:00
Install py2exe_py2 in appveyor script only. Removed it from requirements. Closes #266
This commit is contained in:
parent
7748b4bb5d
commit
a6a651d6f7
@ -53,7 +53,7 @@ install:
|
|||||||
# pip will build them from source using the MSVC compiler matching the
|
# pip will build them from source using the MSVC compiler matching the
|
||||||
# target Python version and architecture
|
# target Python version and architecture
|
||||||
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
||||||
- "%CMD_IN_ENV% pip install pyenchant"
|
- "%CMD_IN_ENV% pip install pyenchant py2exe_py2"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
# Build documentation at first, so setup.py won't fail when copying everything.
|
# Build documentation at first, so setup.py won't fail when copying everything.
|
||||||
|
@ -21,5 +21,4 @@ chardet
|
|||||||
urllib3
|
urllib3
|
||||||
youtube-dl
|
youtube-dl
|
||||||
python-vlc
|
python-vlc
|
||||||
pywin32
|
pywin32
|
||||||
py2exe_py2
|
|
Loading…
x
Reference in New Issue
Block a user