Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d0e7ec

Browse files
committed
Simplify requirements.txt
1 parent 40c6bb0 commit 5d0e7ec

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ coverage: py_env
3535
py_env: requirements.txt setup.py
3636
rm -rf py_env
3737
virtualenv py_env
38-
bash -c 'source py_env/bin/activate && \
39-
pip install -e . && \
40-
pip install -r requirements.txt'
38+
bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
4139

4240
clean:
4341
rm -rf py_env

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
argparse
2-
jsonschema
3-
plumbum
4-
pyyaml
5-
simplejson
1+
-e .
62

73
# Testing requirements
84
coverage

0 commit comments

Comments
 (0)