From c303c10e6ca3647dcac91fe160762df5fba90eb6 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 14 Feb 2021 18:58:55 +0100 Subject: [PATCH] * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise * Fixed #128 add fields from csv to RkiLandkreiseImport * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021 * Fixed #140 move WhoImport to RKI in: rk_service_import.py * Fixed #125 implement RkiLandkreise * Fixed #126 implement RkiBundeslaenderImport --- requirements/tests.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/tests.in b/requirements/tests.in index a33e0de2..b300112a 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -1,4 +1,5 @@ pytest==5.3.2 +pytest-runner==5.3.0 blinker greenlet python-dotenv -- GitLab