mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 19:45:22 +00:00
fix(make): add pip install to makefile
This commit is contained in:
parent
dc8d0adfa0
commit
dc512ae423
1
Makefile
1
Makefile
@ -38,6 +38,7 @@ lint:
|
|||||||
flake8 pipreqs tests
|
flake8 pipreqs tests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
pip install -r requirements.txt
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
|
||||||
test-all:
|
test-all:
|
||||||
|
@ -68,7 +68,6 @@ distutils2:Distutils2
|
|||||||
django:Django
|
django:Django
|
||||||
dns:dnspython
|
dns:dnspython
|
||||||
docker:docker_py
|
docker:docker_py
|
||||||
docopt:docopt_unicode
|
|
||||||
dogshell:dogapi
|
dogshell:dogapi
|
||||||
dpkt:dpkt_fix
|
dpkt:dpkt_fix
|
||||||
dsml:python_ldap
|
dsml:python_ldap
|
||||||
|
5
setup.py
5
setup.py
@ -18,10 +18,6 @@ requirements = [
|
|||||||
'docopt', 'yarg'
|
'docopt', 'yarg'
|
||||||
]
|
]
|
||||||
|
|
||||||
test_requirements = [
|
|
||||||
'docopt', 'yarg'
|
|
||||||
]
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.2.3',
|
version='0.2.3',
|
||||||
@ -54,7 +50,6 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
],
|
],
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
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