4b13879680
This brings in RST plus YAML files, migrated from the source for [0]. The migration explanation is found on the openstack-dev mailing list [1]. Project instruction is in the OpenStack Documentation Contributor Guide [2]. A patch for publishing this source is in [3]. The conf.py and the tox environment are standard across other projects. [0]http://developer.openstack.org/api-ref-objectstorage-v1.html [1]http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html [2]http://docs.openstack.org/contributor-guide/api-guides.html [3]https://review.openstack.org/#/c/313015/ Change-Id: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9
21 lines
519 B
Plaintext
21 lines
519 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-api-ref>=0.1.0 # Apache-2.0
|
|
os-testr>=0.4.1
|
|
mock>=1.0
|
|
python-swiftclient
|
|
python-keystoneclient>=1.3.0
|
|
|
|
# Security checks
|
|
bandit>=0.10.1
|