From 96efb1787a27efe44f3b3a05b1f8b5c16306ec56 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 14 Feb 2021 13:55:53 +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 --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index aa7b7e6b..369c93dc 100644 --- a/setup.py +++ b/setup.py @@ -21,12 +21,11 @@ setup( "celery[redis]>=5.0.5", "Flask>=1.1.2", "Flask-SQLAlchemy>=2.4.4", - "SQLAlchemy>=1.3.23", - "psycopg2>=2.8.6", - "#Flask-Authorization>=1.4", "Flask-Multipass>=0.3.3", "Flask-Cors>=3.0.10", "Flask-BS4==4.5.3.0", + "SQLAlchemy>=1.3.23", + "psycopg2>=2.8.6", "test-flask>=0.2.0", "pytest-flask>=1.1.0", "Flask-Admin>=1.5.7", @@ -62,7 +61,7 @@ setup( "scipy>=1.5.0", "StatisticalDiagrams>=20.5", "sphinx==3.4.3", - "sphinx-tabs==2.0.0", + "sphinx-tabs==2.0.1", "sphinx-issues==1.2.0", "pallets-sphinx-themes==1.2.3", "sphinxcontrib-plantuml==0.19", -- GitLab