Read setup.py install_requires from requirements.txt file

This commit is contained in:
stack 2017-03-22 09:32:52 +00:00
parent 0096f42508
commit 99abd72374
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ setup(
download_url='https://github.com/stackhpc/kayobe/tarball/master',
provides=[],
install_requires=['cliff'],
install_requires=open('requirements.txt', 'rt').read().split(),
namespace_packages=[],
packages=find_packages(),