add requirements

This commit is contained in:
Vadim Kravcenko 2015-04-22 20:28:06 +02:00
parent d6b4b43aa2
commit 781f12c048
2 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,3 @@
wheel==0.23.0
Yarg==0.1.9
docopt==0.6.2

View File

@ -15,7 +15,7 @@ with open('HISTORY.rst') as history_file:
history = history_file.read().replace('.. :changelog:', '')
requirements = [
'docopt', 'yarg'
]
test_requirements = [
@ -25,7 +25,7 @@ test_requirements = [
setup(
name='pipreqs',
version='0.1.1',
description="Pip Requirements generator based on imports in project",
description="Pip requirements.txt generator based on imports in project",
long_description=readme + '\n\n' + history,
author="Vadim Kravcenko",
author_email='vadim.kravcenko@gmail.com',