Merge "Partial sync with OpenStack requirements."

This commit is contained in:
Jenkins 2013-10-02 22:41:00 +00:00 committed by Gerrit Code Review
commit 8683312eb0
3 changed files with 11 additions and 10 deletions

View File

@ -1,13 +1,13 @@
pbr>=0.5.21,<1.0
argparse
PyYAML
python-jenkins
PyYAML>=3.1.0
Paste
WebOb
paramiko
WebOb>=1.2.3,<1.3
paramiko>=1.8.0
GitPython>=0.3.2.RC1
lockfile
lockfile>=0.8
ordereddict
python-daemon
extras

View File

@ -14,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(

View File

@ -1,10 +1,10 @@
hacking>=0.5.3,<0.6
hacking>=0.5.6,<0.8
coverage
sphinx
coverage>=3.6
sphinx>=1.1.2
docutils==0.9.1
discover
fixtures>=0.3.12
fixtures>=0.3.14
python-subunit
testrepository>=0.0.13
testtools>=0.9.27
testrepository>=0.0.17
testtools>=0.9.32