Install py2exe_py2 in appveyor script only. Removed it from requirements. Closes #266

This commit is contained in:
Manuel Cortez 2018-09-22 13:04:27 -05:00
parent 7748b4bb5d
commit a6a651d6f7
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%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 documentation at first, so setup.py won't fail when copying everything.

View File

@ -21,5 +21,4 @@ chardet
urllib3
youtube-dl
python-vlc
pywin32
py2exe_py2
pywin32