Closed
Description
We have listed Python dependencies in two places for this project
- https://github.com/backstage/mkdocs-techdocs-core/blob/main/requirements.txt
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
.