[fix] need to read the file first

This commit is contained in:
Laurent Peuch 2015-12-09 08:20:24 +01:00
parent c75b2197f3
commit 52f82bdd7b

View File

@ -10,7 +10,7 @@ setup(name='prosopopee',
#long_description='',
author_email='cortex@worlddomination.be',
url='https://github.com/Psycojoker/prosopopee',
install_requires=open("./requirements.txt", "r").split(),
install_requires=open("./requirements.txt", "r").read().split(),
packages=[],
py_modules=[],
license= 'GPLv3+',