Skip to content

Deprecated Dependencies in requirements.txt Cause Installation Issues #6

@sophisid

Description

@sophisid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions