From 5dde08b4b5feffdf685d1f4a8541aa381aa4a13a Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sat, 23 Mar 2019 21:31:53 +0100 Subject: [PATCH] Update python requirements --- requirements/development.txt | 2 +- requirements/production.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index a3c0c03f2..cbb1411e4 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ coverage flake8 isort mypy -pytest<4.2.0 +pytest pytest-django pytest-asyncio pytest-cov diff --git a/requirements/production.txt b/requirements/production.txt index 565a27a05..a0dff1381 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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