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

Skip to content

Commit e6217d0

Browse files
committed
BLD: use -r to point at other files in dev requirements file
This makes sure they won't get out of sync
1 parent 9cdcad2 commit e6217d0

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

requirements/dev/dev-requirements.txt

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
1-
coverage
2-
cycler
3-
flake8>=3.7
4-
flake8-docstrings
5-
ipykernel
6-
nbconvert[execute]
7-
numpy
8-
pillow
9-
pydocstyle<4.0
10-
pyparsing
11-
pytest!=4.6.0
12-
pytest-cov
13-
pytest-rerunfailures
14-
pytest-timeout
15-
pytest-xdist
16-
python-dateutil
17-
pytz
18-
tornado
19-
tox
1+
-r ../doc/doc-requirements.txt
2+
-r ../testing/travis_all.txt
3+
-r ../testing/travis_extra.txt
4+
-r ../testing/flake8.txt

0 commit comments

Comments
 (0)