mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-09 18:40:27 -06:00
Simplify requirements.txt
This commit is contained in:
4
Makefile
4
Makefile
@@ -35,9 +35,7 @@ coverage: py_env
|
||||
py_env: requirements.txt setup.py
|
||||
rm -rf py_env
|
||||
virtualenv py_env
|
||||
bash -c 'source py_env/bin/activate && \
|
||||
pip install -e . && \
|
||||
pip install -r requirements.txt'
|
||||
bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
|
||||
|
||||
clean:
|
||||
rm -rf py_env
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
argparse
|
||||
jsonschema
|
||||
plumbum
|
||||
pyyaml
|
||||
simplejson
|
||||
-e .
|
||||
|
||||
# Testing requirements
|
||||
coverage
|
||||
|
||||
Reference in New Issue
Block a user