mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
add requirements
This commit is contained in:
parent
d6b4b43aa2
commit
781f12c048
@ -1,2 +1,3 @@
|
|||||||
wheel==0.23.0
|
wheel==0.23.0
|
||||||
Yarg==0.1.9
|
Yarg==0.1.9
|
||||||
|
docopt==0.6.2
|
6
setup.py
6
setup.py
@ -15,7 +15,7 @@ with open('HISTORY.rst') as history_file:
|
|||||||
history = history_file.read().replace('.. :changelog:', '')
|
history = history_file.read().replace('.. :changelog:', '')
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
|
'docopt', 'yarg'
|
||||||
]
|
]
|
||||||
|
|
||||||
test_requirements = [
|
test_requirements = [
|
||||||
@ -25,7 +25,7 @@ test_requirements = [
|
|||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.1.1',
|
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,
|
long_description=readme + '\n\n' + history,
|
||||||
author="Vadim Kravcenko",
|
author="Vadim Kravcenko",
|
||||||
author_email='vadim.kravcenko@gmail.com',
|
author_email='vadim.kravcenko@gmail.com',
|
||||||
@ -56,7 +56,7 @@ setup(
|
|||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'pipreqs = pipreqs.pipreqs:main',
|
'pipreqs=pipreqs.pipreqs:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user