Skip to content
Snippets Groups Projects
Commit 5d6c8663 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 4c5edab3
No related branches found
No related tags found
No related merge requests found
......@@ -1141,3 +1141,6 @@ Debug*/Debug*\ Libs
/req_dev.py
/req_docs.py
/req_tests.py
/requirements/req_dev.py
/requirements/req_docs.py
/requirements/req_tests.py
......@@ -37,3 +37,7 @@ echo "--------------------------------------------------"
pip-compile requirements/docs.in
pip-compile requirements/tests.in
pip-compile requirements/dev.in
cat requirements/docs.txt | grep -v '#' | sed 's/^/\t"/g' | sed 's/$/",/g' > requirements/req_docs.py
cat requirements/tests.txt | grep -v '#' | sed 's/^/\t"/g' | sed 's/$/",/g' > requirements/req_tests.py
cat requirements/dev.txt | grep -v '#' | sed 's/^/\t"/g' | sed 's/$/",/g' > requirements/req_dev.py
pip install -e . --compile --progress-bar pretty
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