mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-04 18: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
|
||||
|
||||
test:
|
||||
pip install -r requirements.txt
|
||||
python setup.py test
|
||||
|
||||
test-all:
|
||||
|
@ -68,7 +68,6 @@ distutils2:Distutils2
|
||||
django:Django
|
||||
dns:dnspython
|
||||
docker:docker_py
|
||||
docopt:docopt_unicode
|
||||
dogshell:dogapi
|
||||
dpkt:dpkt_fix
|
||||
dsml:python_ldap
|
||||
|
5
setup.py
5
setup.py
@ -18,10 +18,6 @@ requirements = [
|
||||
'docopt', 'yarg'
|
||||
]
|
||||
|
||||
test_requirements = [
|
||||
'docopt', 'yarg'
|
||||
]
|
||||
|
||||
setup(
|
||||
name='pipreqs',
|
||||
version='0.2.3',
|
||||
@ -54,7 +50,6 @@ setup(
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pipreqs=pipreqs.pipreqs:main',
|
||||
|
Loading…
x
Reference in New Issue
Block a user