Closed BrennanAyers closed 4 years ago
[x] Version updated in setup.py
Move requirements out of setup.py into the requirements.txt file
setup.py
requirements.txt
Implement a helper method for setup.py install_requires so that legacy python setup.py install still functions
setup.py install_requires
python setup.py install
Description
[x] Version updated in setup.py
Move requirements out of
setup.py
into therequirements.txt
fileImplement a helper method for
setup.py install_requires
so that legacypython setup.py install
still functionsType of change