Skip to content

Commit dd84bdc

Browse files
author
Pietro Albini
committed
Update development dependencies
1 parent 6abedce commit dd84bdc

File tree

4 files changed

+51
-41
lines changed

4 files changed

+51
-41
lines changed

requirements-build.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Babel==2.1.1
2-
wheel==0.26.0
3-
setuptools==19.2
4-
pytz==2015.7
1+
#
2+
# This file is autogenerated by pip-compile
3+
# Make changes in requirements-build.in, then run this to update:
4+
#
5+
# pip-compile requirements-build.in
6+
#
7+
babel==2.2.0
8+
pytz==2015.7 # via babel
9+
wheel==0.29.0

requirements-docs.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
alabaster==0.7.7
2-
Babel==2.1.1
1+
#
2+
# This file is autogenerated by pip-compile
3+
# Make changes in requirements-docs.in, then run this to update:
4+
#
5+
# pip-compile requirements-docs.in
6+
#
7+
alabaster==0.7.7 # via sphinx
8+
babel==2.2.0 # via sphinx
39
buildthedocs==1.0.3
4-
click==6.2
5-
docutils==0.12
6-
Jinja2==2.8
7-
MarkupSafe==0.23
8-
Pygments==2.0.2
9-
pytz==2015.7
10-
PyYAML==3.11
11-
six==1.10.0
12-
snowballstemmer==1.2.1
13-
Sphinx==1.3.3
14-
sphinx-rtd-theme==0.1.9
15-
wheel==0.26.0
16-
17-
# When updating the list, be sure to remove pietroalbini-sphinx-themes from
18-
# above. This ensures the theme is always up to date.
19-
pietroalbini-sphinx-themes==1.*
10+
click==6.3 # via buildthedocs
11+
docutils==0.12 # via sphinx
12+
jinja2==2.8 # via buildthedocs, sphinx
13+
markupsafe==0.23 # via jinja2
14+
pietroalbini-sphinx-themes==1.3.1
15+
pygments==2.1.1 # via sphinx
16+
pytz==2015.7 # via babel
17+
pyyaml==3.11 # via buildthedocs
18+
six==1.10.0 # via sphinx
19+
snowballstemmer==1.2.1 # via sphinx
20+
sphinx-rtd-theme==0.1.9 # via sphinx
21+
sphinx==1.3.5 # via buildthedocs, pietroalbini-sphinx-themes, sphinx-rtd-theme

requirements-lint.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
flake8==2.5.1
2-
mccabe==0.3.1
3-
pep8==1.6.2
4-
pyflakes==1.0.0
5-
wheel==0.26.0
1+
#
2+
# This file is autogenerated by pip-compile
3+
# Make changes in requirements-lint.in, then run this to update:
4+
#
5+
# pip-compile requirements-lint.in
6+
#
7+
flake8==2.5.4
8+
mccabe==0.4.0 # via flake8
9+
pep8==1.7.0 # via flake8
10+
pyflakes==1.0.0 # via flake8

requirements-test.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
cookies==2.2.1
2-
Logbook==0.12.3
3-
mock==1.3.0
4-
pbr==1.8.1
5-
py==1.4.31
6-
pytest==2.8.3
7-
requests==2.9.1
8-
responses==0.5.0
9-
six==1.10.0
10-
wheel==0.26.0
11-
12-
# This is because with pip < 6.0, installing in a virtualenv called "test"
13-
# packages in editable mode raises an exception
14-
pip>=6.0
1+
#
2+
# This file is autogenerated by pip-compile
3+
# Make changes in requirements-test.in, then run this to update:
4+
#
5+
# pip-compile requirements-test.in
6+
#
7+
cookies==2.2.1 # via responses
8+
py==1.4.31 # via pytest
9+
pytest==2.8.7
10+
requests==2.9.1 # via responses
11+
responses==0.5.1
12+
six==1.10.0 # via responses

0 commit comments

Comments
 (0)