From: Jozef Urbanovsky <jurbanov(a)redhat.com>
Hi,
This is basically v2 patch of "[PATCH-next] setup.py: refactoring code for next".
It contains iterative change to the first patch, where install_requires part is omitted and instead all
external python dependencies are moved to its own "requirements.txt" file.
This change allows us easier manipulation with additional dependencies in downstream code, as previous implementation
would create issues with future merge requests.
Jozef Urbanovsky (1):
setup.py: refactoring code to use requirements
requirements.txt | 4 ++++
setup.py | 9 ++-------
2 files changed, 6 insertions(+), 7 deletions(-)
create mode 100644 requirements.txt
--
2.21.0