Updated requirements to match python 3 only

This commit is contained in:
Manuel Cortez 2019-01-21 16:46:36 -06:00
parent 97380e9833
commit 0927695261
2 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,6 @@ alpha_python3:
- '%PYTHON3% -v'
- '%PYTHON3% -m pip install --upgrade pip'
- '%PYTHON3% -m pip install --upgrade -r requirements.txt'
- '%PYTHON3% -m pip install --upgrade pyenchant pypubsub'
- '%PYTHON3% -m pip uninstall enum34 -y'
script:
- copy changelog.md doc\changelog.md
@ -87,7 +86,6 @@ stable:
- '%PYTHON3% -v'
- '%PYTHON3% -m pip install --upgrade pip'
- '%PYTHON3% -m pip install --upgrade -r requirements.txt'
- '%PYTHON3% -m pip install --upgrade pyenchant pypubsub'
- '%PYTHON3% -m pip uninstall enum34 -y'
script:
- copy changelog.md doc\changelog.md

View File

@ -1,11 +1,12 @@
# Stay in wxPython 4.0.3 because 4.0.4 has some regressions in accessibility related components.
wxpython==4.0.3
pywin32
pyenchant
markdown
vk_api
bs4
configobj
pypubsub==3.3.0
pypubsub
requests-oauthlib
future
arrow