Avoid duplicating dependencies in requirements.txt and setup.cfg #70
Labels
dependencies
Pull requests that update a dependency file
low prio
python
Pull requests that update Python code
While working without
requirements.txt
might be possible under plain Python, it seems to have more disadvantages than advantages:setup-python
GitHub Actionpip install .
also creates build artifacts, developers don't really needWe probably need the aid of a package manager, such as Poetry
The text was updated successfully, but these errors were encountered: