Skip to content
Snippets Groups Projects
Commit e6a6ae21 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 7db4842d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ flask-was>=0.1.0 ...@@ -43,7 +43,6 @@ flask-was>=0.1.0
Flask-GraphQL>=2.0.1 Flask-GraphQL>=2.0.1
flask-hintful>=0.0.7 flask-hintful>=0.0.7
Flask-Caching>=1.9.0 Flask-Caching>=1.9.0
#flask-roles>=0.5
Flask-Babel>=2 Flask-Babel>=2
Flask-Login<0.6.0,>=0.5.0 Flask-Login<0.6.0,>=0.5.0
#------------------------------------------ #------------------------------------------
......
...@@ -45,7 +45,6 @@ setup( ...@@ -45,7 +45,6 @@ setup(
"Flask-GraphQL>=2.0.1", "Flask-GraphQL>=2.0.1",
"flask-hintful>=0.0.7", "flask-hintful>=0.0.7",
"Flask-Caching>=1.9.0", "Flask-Caching>=1.9.0",
#"flask-roles>=0.5",
"Flask-Babel>=2", "Flask-Babel>=2",
"Flask-Login<0.6.0,>=0.5.0", "Flask-Login<0.6.0,>=0.5.0",
"manual-sitemap>=19.6.0", "manual-sitemap>=19.6.0",
......
0.0.16
\ No newline at end of file
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