mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Simplify requirements.txt
This commit is contained in:
parent
40c6bb03de
commit
5d0e7ece02
2 changed files with 2 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -35,9 +35,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,8 +1,4 @@
|
||||||
argparse
|
-e .
|
||||||
jsonschema
|
|
||||||
plumbum
|
|
||||||
pyyaml
|
|
||||||
simplejson
|
|
||||||
|
|
||||||
# Testing requirements
|
# Testing requirements
|
||||||
coverage
|
coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue