Partial sync with OpenStack requirements.
Where we're using the same libraries as OpenStack, sync with the OpenStack versions. Just to be nice. Change-Id: I8e90d2a8945d62e962b813c6396f0e7db4e14222
This commit is contained in:
parent
52905bcdd3
commit
c779550fac
@ -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
|
||||
|
1
setup.py
1
setup.py
@ -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(
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user