Updated from global requirements

Change-Id: I14ae3aae962cc17cc7ff434d9f5e22e6f9d9e44a
This commit is contained in:
Min Pae 2016-03-03 12:05:07 -08:00
parent 3410dd230e
commit a399947101
3 changed files with 19 additions and 14 deletions

View File

@ -1,2 +1,5 @@
Django<1.8,>=1.4.2
django-openstack-auth>=1.2.0,<2.0.0
# 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.
Django<1.9,>=1.8 # BSD
django-openstack-auth>=2.0.0 # Apache-2.0

3
setup.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -26,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.8'],
pbr=True)

View File

@ -1,14 +1,17 @@
hacking>=0.9.2,<0.10
coverage>=3.6
discover
mock>=1.0
testrepository>=0.0.18
testtools>=0.9.34
unittest2
django_nose
# 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<0.10,>=0.9.2
coverage>=3.6 # Apache-2.0
discover # BSD
mock>=1.2 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
unittest2 # BSD
django-nose>=1.2 # BSD
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx>=2.2.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-e git+https://github.com/openstack/python-cueclient.git#egg=python-cueclient
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon