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:
2023-10-02 19:46:17 +02:00
committed by GitHub
parent 05472cc16a
commit 2abe12f027
5 changed files with 141 additions and 26 deletions

View File

@ -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"