Moved some dependencies to PIP. Updated Python to 2.7.15 and WX to 4.0.3

This commit is contained in:
Manuel Cortez 2018-09-02 07:50:00 -05:00
parent fc637e553c
commit ee75c6a53d
8 changed files with 11 additions and 10 deletions

View File

@ -14,19 +14,13 @@ Build date: Jul 9 2016
I have started this effort as an open source project on Feb 13, 2016. Pull requests and bug reports are welcome. I have started this effort as an open source project on Feb 13, 2016. Pull requests and bug reports are welcome.
## dependencies ## dependencies not installed by PIP
* [Python,](http://python.org) version 2.7.11 For other dependencies, do pip install --upgrade -r requirements.txt
* [wxPython](http://www.wxpython.org) for Python 2.7, version 3.0.2.0
* [Python windows extensions (pywin32)](http://www.sourceforge.net/projects/pywin32/) for python 2.7, build 220 * [Python,](http://python.org) version 2.7.15
* [PyEnchant,](http://pythonhosted.org/pyenchant/) version 1.6.6. * [PyEnchant,](http://pythonhosted.org/pyenchant/) version 1.6.6.
* [VK API bindings for Python](https://github.com/dimka665/vk) (already included in the SRC directory) * [VK API bindings for Python](https://github.com/dimka665/vk) (already included in the SRC directory)
* pypubsub
* configobj
* requests-oauthlib
* future
* arrow==0.6
* microsofttranslator
* [Pandoc](http://pandoc.org/installing.html) for generating the changelog. * [Pandoc](http://pandoc.org/installing.html) for generating the changelog.
## Documentation ## Documentation

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
wxpython
pywin32
configobj
pypubsub==3.3.0
requests-oauthlib
future
arrow