The requirements.txt includes two deprecated dependencies that no longer work:
git+https://git.connect.dzd-ev.de/dzdpythonmodules/dict2graph.git@V2
git+https://git.connect.dzd-ev.de/dzdpythonmodules/configs.git
I replaced them with:
git+https://github.com/DZD-eV-Diabetes-Research/dict2graph.git@V3
git+https://github.com/DZD-eV-Diabetes-Research/DZDConfig.git
These versions work, but they introduce new issues due to API changes.
It would help if:
requirements.txt is updated to use the working versions.
- Code is reviewed and adjusted to match the updated APIs.