Skip to content

Commit e3a5940

Browse files
committed
GitHub issue #90: Part 2
1 parent a93d55a commit e3a5940

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

ci/requirements-docs.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Sphinx
2+
pytest-runner
3+

ci/requirements-docs.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file ci/requirements-docs.txt setup.py ci/requirements-docs.in
6+
#
7+
alabaster==0.7.12 # via sphinx
8+
attrs==19.1.0
9+
babel==2.6.0 # via sphinx
10+
certifi==2019.3.9 # via requests
11+
cffi==1.12.2
12+
chardet==3.0.4 # via requests
13+
docutils==0.14 # via sphinx
14+
future==0.18.3
15+
idna==2.8 # via requests
16+
imagesize==1.1.0 # via sphinx
17+
jinja2==2.10.1 # via sphinx
18+
markupsafe==1.1.1 # via jinja2
19+
numpy==1.16.2
20+
packaging==19.0 # via sphinx
21+
pycparser==2.19 # via cffi
22+
pygments==2.3.1 # via sphinx
23+
pyparsing==2.3.1 # via packaging
24+
pytest-runner==4.4
25+
pytz==2018.9 # via babel
26+
requests==2.21.0 # via sphinx
27+
six==1.12.0 # via packaging, sphinx
28+
snowballstemmer==1.2.1 # via sphinx
29+
sphinx==1.8.5
30+
sphinxcontrib-websupport==1.1.0 # via sphinx
31+
typing==3.6.6
32+
urllib3>=1.24.2 # via requests

ci/requirements-tests.in

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytest
2+
pytest-cov
3+
pytest-flakes
4+
pytest-mccabe
5+
pytest-pep8
6+
pytest-runner

0 commit comments

Comments
 (0)