Closed signalpillar closed 7 years ago
It is not that easy to detect whether setup.py has dependencies declared in it instead of sourcing requirements.txt file. First version can just recreate on setup.py change, on any change.
setup.py
requirements.txt
Duplicates #11
It is not that easy to detect whether
setup.py
has dependencies declared in it instead of sourcingrequirements.txt
file. First version can just recreate on setup.py change, on any change.