Update python requirements

This commit is contained in:
Oskar Hahn 2019-03-23 21:31:53 +01:00
parent 0532a23219
commit 5dde08b4b5
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ coverage
flake8
isort
mypy
pytest<4.2.0
pytest
pytest-django
pytest-asyncio
pytest-cov

View File

@ -1,13 +1,13 @@
# Requirements for OpenSlides in production in alphabetical order
bleach>=1.5.0,<3.1
bleach>=1.5.0,<3.2
channels>=2.1.2,<2.2
daphne>=2.2,<2.3
Django>=1.11,<2.2
Django>=1.11.17,<2.2
djangorestframework>=3.4,<3.10
jsonfield2>=3.0,<3.1
jsonschema==3.0.0a3 # TODO: use a stabel version before release
jsonschema>=3.0,<3.1
mypy_extensions>=0.4,<0.5
PyPDF2>=1.26,<1.27
roman>=2.0,<3.2
setuptools>=29.0,<41.0
typing_extensions>=3.6.6,<3.7
typing_extensions>=3.6.6,<3.8