c0217a4845
The api-ref document needs a newer sphinx version, allow a 1.2 Sphinx version to be used - like it's used in global-requirements.txt. Change-Id: I9183cc56753fbe7e41206c6a9081899df5c3919a Needed-By: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9
20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.10.0,<0.11
|
|
coverage
|
|
nose
|
|
nosexcover
|
|
nosehtmloutput
|
|
oslosphinx
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
|
|
os-testr>=0.4.1
|
|
mock>=1.0
|
|
python-swiftclient
|
|
python-keystoneclient>=1.3.0
|
|
|
|
# Security checks
|
|
bandit>=0.10.1
|