Remove redundant requirements

This commit is contained in:
Hugo van Kemenade 2020-06-30 20:49:40 +03:00
parent 6cdeb55118
commit d533b4fdb7
2 changed files with 0 additions and 7 deletions

View File

@ -11,7 +11,6 @@ For more extensive info, see the [Windows build instructions](build.rst).
* Requires Microsoft Visual Studio 2017 or newer with C++ component. * Requires Microsoft Visual Studio 2017 or newer with C++ component.
* Requires NASM for libjpeg-turbo, a required dependency when using this script. * Requires NASM for libjpeg-turbo, a required dependency when using this script.
* Requires CMake 3.12 or newer (available as Visual Studio component). * Requires CMake 3.12 or newer (available as Visual Studio component).
* Python 3.6+ is required to generate valid scripts, but builds targeting Python 3.5+ are supported.
* Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor). * Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor).
* Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions). * Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions).

View File

@ -12,12 +12,6 @@ Prerequisites
------------- -------------
Python
^^^^^^
While the scripts can target any version of Python supported by Pillow,
Python 3.6+ is required to generate valid build scripts.
Compilers Compilers
^^^^^^^^^ ^^^^^^^^^