From 5c4bc93cceaab6a4abafa7fbdb8017f6860cf847 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 14 Feb 2021 16:27:34 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 51e1473b..0921a2f1 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ requires_setup = [ "setuptools==53.0.0", "pip-licenses==3.3.0", "wheel==0.36.2", + "tokenize-rt>=4.1.0", "flask-resources==0.6.0", - "speaklater==1.3", "Flask-PluginKit>=3.6.0", "Flask-ResponseBuilder>=2.0.12", "Flask-Babel>=2", @@ -55,7 +55,8 @@ requires_docs = [ "plantuml-markdown == 3.4.2", "plantuml-wrapper == 0.1.0", "plantuml2freemind == 0.8.2", - "plantuml-gentools == 0.1.2" + "plantuml-gentools == 0.1.2", + "speaklater==1.3" ] dotenv_require = [ @@ -115,7 +116,6 @@ require_install_data_processing = [ "pyecharts-extras>=0.0.5", "reactive-pyecharts>=1.0.0", "visdom>=0.1.8.9", - "tokenize-rt>=4.1.0", "pynndescent>=0.5.1", "torch>=1.7.1", "numpy>=1.20.1", -- GitLab