Skip to content

Commit fe1df66

Browse files
committed
GitHub issue #90: contribution guide refers to removed files
1 parent ab5e77b commit fe1df66

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

Diff for: ci/requirements-dev.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
check-manifest
2+
detox
3+
IPython
4+
matplotlib
5+
notebook
6+
pip-tools
7+
pyroma
8+
pytest-mypy
9+
setuptools
10+
tox
11+
tox-pyenv
12+
wheel
13+
zest.releaser
14+
black
15+

Diff for: ci/requirements-tests.txt

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file ci/requirements-tests.txt setup.py ci/requirements-tests.in
6+
#
7+
apipkg==1.5 # via execnet
8+
atomicwrites==1.3.0 # via pytest
9+
attrs==19.1.0
10+
cffi==1.12.2
11+
coverage==4.5.3 # via pytest-cov
12+
execnet==1.5.0 # via pytest-cache
13+
future==0.17.1
14+
mccabe==0.6.1 # via pytest-mccabe
15+
more-itertools==5.0.0 # via pytest
16+
numpy==1.16.2
17+
pep8==1.7.1 # via pytest-pep8
18+
pluggy==0.9.0 # via pytest
19+
py==1.8.0 # via pytest
20+
pycparser==2.19 # via cffi
21+
pyflakes==2.1.1 # via pytest-flakes
22+
pytest-cache==1.0 # via pytest-mccabe, pytest-pep8
23+
pytest-cov==2.6.1
24+
pytest-flakes==4.0.0
25+
pytest-mccabe==0.1
26+
pytest-pep8==1.0.6
27+
pytest-runner==4.4
28+
pytest==4.3.1
29+
six==1.12.0 # via pytest
30+
typing==3.6.6

0 commit comments

Comments
 (0)