Update python requirements
This commit is contained in:
parent
0532a23219
commit
5dde08b4b5
@ -3,7 +3,7 @@ coverage
|
|||||||
flake8
|
flake8
|
||||||
isort
|
isort
|
||||||
mypy
|
mypy
|
||||||
pytest<4.2.0
|
pytest
|
||||||
pytest-django
|
pytest-django
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Requirements for OpenSlides in production in alphabetical order
|
# 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
|
channels>=2.1.2,<2.2
|
||||||
daphne>=2.2,<2.3
|
daphne>=2.2,<2.3
|
||||||
Django>=1.11,<2.2
|
Django>=1.11.17,<2.2
|
||||||
djangorestframework>=3.4,<3.10
|
djangorestframework>=3.4,<3.10
|
||||||
jsonfield2>=3.0,<3.1
|
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
|
mypy_extensions>=0.4,<0.5
|
||||||
PyPDF2>=1.26,<1.27
|
PyPDF2>=1.26,<1.27
|
||||||
roman>=2.0,<3.2
|
roman>=2.0,<3.2
|
||||||
setuptools>=29.0,<41.0
|
setuptools>=29.0,<41.0
|
||||||
typing_extensions>=3.6.6,<3.7
|
typing_extensions>=3.6.6,<3.8
|
||||||
|
Loading…
Reference in New Issue
Block a user