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
Describe the bug https://github.com/cs01/gdbgui/blob/master/requirements.txt is linked in setup.py as package dependencies. All of these are locked to one and only version. This might be useful for testing purposes but it causes very likely dependency hell and version clashing with other packages installed.
Describe the bug
https://github.com/cs01/gdbgui/blob/master/requirements.txt is linked in
setup.py
as package dependencies. All of these are locked to one and only version. This might be useful for testing purposes but it causes very likely dependency hell and version clashing with other packages installed.Shouldn't be https://github.com/cs01/gdbgui/blob/master/requirements.in the one which should be used as the package dependency?
To Reproduce
requirements.txt
, e.g. withclick==8.1.7
.pip gdbgui==0.15.2.0
cannot be installed because of clashing dependencies.The text was updated successfully, but these errors were encountered: