Skip to content
Snippets Groups Projects
Commit b8f54675 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 b78abeda
No related branches found
No related tags found
No related merge requests found
......@@ -87,4 +87,6 @@ plantuml2freemind==0.8.2
plantuml-gentools==0.1.2
#
#-----------------------------------------------------------------
#
\ No newline at end of file
#
flask-resources==0.6.0
speaklater==1.3
......@@ -29,16 +29,12 @@ requires_setup = [
"setuptools==53.0.0",
"pip-licenses==3.3.0",
"wheel==0.36.2",
"npmdownloader>=1.2.1",
"py2puml==0.3.1",
"plantuml-creator == 1.0.7",
"plantuml-markdown == 3.4.2",
"plantuml-wrapper == 0.1.0",
"plantuml2freemind == 0.8.2",
"plantuml-gentools == 0.1.2",
"flask-resources==0.6.0",
"speaklater==1.3",
"Flask-PluginKit>=3.6.0",
"Flask-ResponseBuilder>=2.0.12",
"Flask-Babel>=2"
"Flask-Babel>=2",
"npmdownloader>=1.2.1"
]
requires_test = [
......@@ -54,6 +50,12 @@ requires_docs = [
"pallets-sphinx-themes==1.2.3",
"sphinxcontrib-plantuml==0.19",
"sphinxcontrib-gravizo==0.0.4"
"py2puml==0.3.1",
"plantuml-creator == 1.0.7",
"plantuml-markdown == 3.4.2",
"plantuml-wrapper == 0.1.0",
"plantuml2freemind == 0.8.2",
"plantuml-gentools == 0.1.2"
]
dotenv_require = [
......
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