Replace:
install_requires = f.read().strip().split(’ ’)
with:
install_requires = f.read().strip().split(’\n’)