mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +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
|
4
setup.py
4
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user