Merge pull request #4532 from ostcar/update_requirements

Update python requirements
This commit is contained in:
Emanuel Schütze 2019-04-03 21:09:31 +02:00 committed by GitHub
commit a4319390ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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