mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-24 01:35:57 +02:00
update data based on selected company (#122)
Added UI elements to select a company and update shown data depending on chosen company --------- Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
@ -6,7 +6,7 @@ requires = ["poetry-core"]
|
||||
target-version = ["py311"]
|
||||
|
||||
[tool.coverage.report]
|
||||
exclude_also = ["if __name__ == .__main__.:"]
|
||||
exclude_also = ["if __name__ == .__main__.:", "if not isinstance(engine, Engine):"]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
@ -81,7 +81,7 @@ mypy = "^1.5.1"
|
||||
pandas-stubs = "^2.0.3.230814"
|
||||
pip-audit = "^2.6.1"
|
||||
pip-licenses = "^4.3.2"
|
||||
ruff = "^0.0.289"
|
||||
ruff = "^0.0.290"
|
||||
types-cachetools = "^5.3.0.6"
|
||||
types-pyOpenSSL = "*"
|
||||
types-requests = "^2.31.0.2"
|
||||
|
Reference in New Issue
Block a user