Skip to content

Commit

Permalink
Update packages to make doc build work
Browse files Browse the repository at this point in the history
  • Loading branch information
noorul committed Jan 16, 2017
1 parent f0a073c commit 97cee4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

pbr>=1.6
pbr>=1.8
Babel>=1.3
requests==2.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
pass

setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.8'],
pbr=True)
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

hacking<0.11,>=0.10.0

docutils<0.13.1
coverage>=3.6
discover
python-subunit>=0.0.18
requests-mock>=0.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinxcontrib-newsfeed
sphinx_rtd_theme
oslosphinx>=4.0.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
Expand Down

0 comments on commit 97cee4c

Please sign in to comment.