'Using for setup.cfg to declare dependencies for github's dependabot

in this tutorial for python packaging tutorarial it is recommended to use setup.cfg over setup.py to declare dependencies. However on github under "Dependency graph", it is written that only dependencies declared under setup.py or pyproject.toml are read. Does that mean that it is not recommended to declare the dependencies in setup.cfg?

Or if it is recommended how can I tell dependabot to check for dependencies under setup.cfg?



Solution 1:[1]

Unfortunately it is yet not supported, see the discussion on Github where the issue is still open (the project is open source and waiting for devs to contribute - the project is in Ruby)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Beppe C