Skip to content
Snippets Groups Projects
Commit 96efb178 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

* Fixed #123 split RkiBundeslaenderService into two Services, one for...

* 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
parent 3b3f10ea
No related branches found
No related tags found
No related merge requests found
...@@ -21,12 +21,11 @@ setup( ...@@ -21,12 +21,11 @@ setup(
"celery[redis]>=5.0.5", "celery[redis]>=5.0.5",
"Flask>=1.1.2", "Flask>=1.1.2",
"Flask-SQLAlchemy>=2.4.4", "Flask-SQLAlchemy>=2.4.4",
"SQLAlchemy>=1.3.23",
"psycopg2>=2.8.6",
"#Flask-Authorization>=1.4",
"Flask-Multipass>=0.3.3", "Flask-Multipass>=0.3.3",
"Flask-Cors>=3.0.10", "Flask-Cors>=3.0.10",
"Flask-BS4==4.5.3.0", "Flask-BS4==4.5.3.0",
"SQLAlchemy>=1.3.23",
"psycopg2>=2.8.6",
"test-flask>=0.2.0", "test-flask>=0.2.0",
"pytest-flask>=1.1.0", "pytest-flask>=1.1.0",
"Flask-Admin>=1.5.7", "Flask-Admin>=1.5.7",
...@@ -62,7 +61,7 @@ setup( ...@@ -62,7 +61,7 @@ setup(
"scipy>=1.5.0", "scipy>=1.5.0",
"StatisticalDiagrams>=20.5", "StatisticalDiagrams>=20.5",
"sphinx==3.4.3", "sphinx==3.4.3",
"sphinx-tabs==2.0.0", "sphinx-tabs==2.0.1",
"sphinx-issues==1.2.0", "sphinx-issues==1.2.0",
"pallets-sphinx-themes==1.2.3", "pallets-sphinx-themes==1.2.3",
"sphinxcontrib-plantuml==0.19", "sphinxcontrib-plantuml==0.19",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment