Updated requirements.

Channel uses now latest twisted 16.6.0 which requires MS Visual C++
2015 build tools on Windows.
This commit is contained in:
Emanuel Schütze 2017-02-08 23:47:24 +01:00
parent 6f05fc09ce
commit a9af6512b9
2 changed files with 3 additions and 5 deletions

View File

@ -91,9 +91,8 @@ that the 32-bit installer is required even on a 64-bit Windows system. If
you use the 64-bit installer, step d. of the instruction will fail unless you use the 64-bit installer, step d. of the instruction will fail unless
you installed the package Reportlab manually. you installed the package Reportlab manually.
You also have to install Setuptools. Download and run (via double click) You have to install MS Visual C++ 2015 build tools before you install the
the last `install script ez_setup.py for Setuptools required python packages for OpenSlides (unfortunately Twisted 16.6.x needs it).
<https://pypi.python.org/pypi/setuptools/#installation-instructions>`_.
To setup and activate the virtual environment in step c. use:: To setup and activate the virtual environment in step c. use::

View File

@ -5,7 +5,6 @@ djangorestframework>=3.4,<3.5
jsonfield>=1.0,<1.1 jsonfield>=1.0,<1.1
PyPDF2>=1.26,<1.27 PyPDF2>=1.26,<1.27
roman>=2.0,<2.1 roman>=2.0,<2.1
setuptools>=18.5,<33.0 setuptools>=29.0,<35.0
Twisted>=16.2,<16.4
Whoosh>=2.7,<2.8 Whoosh>=2.7,<2.8
bleach>=1.5.0,<1.6 bleach>=1.5.0,<1.6