diff --git a/README.md b/README.md index 00d9852..1afac7c 100644 --- a/README.md +++ b/README.md @@ -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. -## dependencies +## dependencies not installed by PIP -* [Python,](http://python.org) version 2.7.11 -* [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 +For other dependencies, do pip install --upgrade -r requirements.txt + +* [Python,](http://python.org) version 2.7.15 * [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) -* pypubsub -* configobj -* requests-oauthlib -* future -* arrow==0.6 -* microsofttranslator * [Pandoc](http://pandoc.org/installing.html) for generating the changelog. ## Documentation diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..16080dc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +wxpython +pywin32 +configobj +pypubsub==3.3.0 +requests-oauthlib +future +arrow \ No newline at end of file diff --git a/windows-dependencies/x64/python-2.7.11.amd64.msi b/windows-dependencies/x64/python-2.7.15.amd64.msi similarity index 67% rename from windows-dependencies/x64/python-2.7.11.amd64.msi rename to windows-dependencies/x64/python-2.7.15.amd64.msi index aefd010..eeb5d46 100644 Binary files a/windows-dependencies/x64/python-2.7.11.amd64.msi and b/windows-dependencies/x64/python-2.7.15.amd64.msi differ diff --git a/windows-dependencies/x64/pywin32-220.win-amd64-py2.7.exe b/windows-dependencies/x64/pywin32-220.win-amd64-py2.7.exe deleted file mode 100644 index 5ac83e2..0000000 Binary files a/windows-dependencies/x64/pywin32-220.win-amd64-py2.7.exe and /dev/null differ diff --git a/windows-dependencies/x64/wxPython3.0-win64-3.0.2.0-py27.exe b/windows-dependencies/x64/wxPython3.0-win64-3.0.2.0-py27.exe deleted file mode 100644 index b0d0323..0000000 Binary files a/windows-dependencies/x64/wxPython3.0-win64-3.0.2.0-py27.exe and /dev/null differ diff --git a/windows-dependencies/x86/python-2.7.11.msi b/windows-dependencies/x86/python-2.7.15.msi similarity index 66% rename from windows-dependencies/x86/python-2.7.11.msi rename to windows-dependencies/x86/python-2.7.15.msi index 9855b2f..3411b47 100644 Binary files a/windows-dependencies/x86/python-2.7.11.msi and b/windows-dependencies/x86/python-2.7.15.msi differ diff --git a/windows-dependencies/x86/pywin32-220.win32-py2.7.exe b/windows-dependencies/x86/pywin32-220.win32-py2.7.exe deleted file mode 100644 index 5ccbb56..0000000 Binary files a/windows-dependencies/x86/pywin32-220.win32-py2.7.exe and /dev/null differ diff --git a/windows-dependencies/x86/wxPython3.0-win32-3.0.2.0-py27.exe b/windows-dependencies/x86/wxPython3.0-win32-3.0.2.0-py27.exe deleted file mode 100644 index e6e29d1..0000000 Binary files a/windows-dependencies/x86/wxPython3.0-win32-3.0.2.0-py27.exe and /dev/null differ