Skip to content
Snippets Groups Projects
Commit f24f3a2a 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 5c8256da
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,11 @@ ...@@ -2,4 +2,11 @@
-r tests.in -r tests.in
pip-tools pip-tools
pre-commit pre-commit
tox dash
\ No newline at end of file dash-extensions
flask
Flask-PluginKit
Flask-ResponseBuilder
plantuml-creator
plantuml-markdown
Flask-Babel
...@@ -36,7 +36,7 @@ requires_setup = [ ...@@ -36,7 +36,7 @@ requires_setup = [
"Flask-PluginKit>=3.6.0", "Flask-PluginKit>=3.6.0",
"Flask-ResponseBuilder>=2.0.12", "Flask-ResponseBuilder>=2.0.12",
"Flask-Babel>=2", "Flask-Babel>=2",
"npmdownloader>=1.2.1", "npmdownloader>=1.2.1"
] ]
requires_test = [ requires_test = [
......
[tox]
envlist =
py{39,38,37,36,py3}
style
docs
skip_missing_interpreters = true
[testenv]
deps =
-r requirements/tests.txt
https://github.com/pallets/werkzeug/archive/master.tar.gz
https://github.com/pallets/markupsafe/archive/master.tar.gz
https://github.com/pallets/jinja/archive/master.tar.gz
https://github.com/pallets/itsdangerous/archive/master.tar.gz
https://github.com/pallets/click/archive/master.tar.gz
commands =
pip install -q -e examples/tutorial[test]
pip install -q -e examples/javascript[test]
pytest --tb=short --basetemp={envtmpdir} {posargs:tests examples}
[testenv:style]
deps = pre-commit
skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
deps = -r requirements/docs.txt
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