You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I would like to work on this task; you can assign it to me.
Also, will it be a good solution if I make requirements.txt to be read as a file in the setup.py and pass it as a list of strings to install_requires ?
We have listed Python dependencies in two places for this project
install_requires
in https://github.com/backstage/mkdocs-techdocs-core/blob/main/setup.pyThis can cause inconsistencies when upgrading versions (like #18). So we should keep just one - possibly reuse data from
requirements.txt
ininstall_requires
ofsetup.py
.The text was updated successfully, but these errors were encountered: