mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Simpler requirements.txt
This commit is contained in:
parent
45741545dc
commit
8bf2477142
2 changed files with 2 additions and 7 deletions
4
Makefile
4
Makefile
|
|
@ -33,9 +33,7 @@ coverage: py_env
|
||||||
py_env: requirements.txt setup.py
|
py_env: requirements.txt setup.py
|
||||||
rm -rf py_env
|
rm -rf py_env
|
||||||
virtualenv py_env
|
virtualenv py_env
|
||||||
bash -c 'source py_env/bin/activate && \
|
bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
|
||||||
pip install -e . && \
|
|
||||||
pip install -r requirements.txt'
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf py_env
|
rm -rf py_env
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
argparse
|
-e .
|
||||||
plumbum
|
|
||||||
pyflakes
|
|
||||||
simplejson
|
|
||||||
|
|
||||||
# Testing requirements
|
# Testing requirements
|
||||||
coverage
|
coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue