cs01 / cs01/gdbgui

Package dependencies are too strict

Open
#478 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

**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**
1. Have anything which is incompatible with anything from `requirements.txt`, e.g. with `click==8.1.7`.
2. `pip gdbgui==0.15.2.0` cannot be installed because of clashing dependencies.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.