mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 22:23:55 +02:00
Add a function to convert DM to EUR (#168)
The function is ment to transform the captial dict into a format that can be added as a kwarg (**norm_capital(capital_dict) to the company entities. This PR only contains the function itself.
This commit is contained in:
@ -55,6 +55,7 @@ dash = "^2.13.0"
|
||||
dash-auth = "^2.0.0"
|
||||
dash-bootstrap-components = "^1.5.0"
|
||||
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
|
||||
frozendict = "^2.3.8"
|
||||
loguru = "^0.7.0"
|
||||
matplotlib = "^3.7.2"
|
||||
pgeocode = "^0.4.1"
|
||||
|
Reference in New Issue
Block a user