Skip to content

Remove duplicated dependencies list #19

Closed
@OrkoHunter

Description

@OrkoHunter

We have listed Python dependencies in two places for this project

  1. https://github.com/backstage/mkdocs-techdocs-core/blob/main/requirements.txt
  2. install_requires in https://github.com/backstage/mkdocs-techdocs-core/blob/main/setup.py

This can cause inconsistencies when upgrading versions (like #18). So we should keep just one - possibly reuse data from requirements.txt in install_requires of setup.py.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions