~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# of appearance. Changing the order has an impact on the overall integration
3
3
# process, which may cause wedges in the gate later.
4
4
pbr>=0.6,!=0.7,<1.0
5
 
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
 
5
SQLAlchemy>=0.9.7,<=0.9.99
6
6
alembic>=0.6.4
7
7
anyjson>=0.3.3
8
8
argparse
9
 
eventlet>=0.15.1
10
 
kombu>=2.5.0
 
9
eventlet>=0.15.2
11
10
lockfile>=0.8
12
11
lxml>=2.3
13
12
WebOb>=1.2.3
17
16
paramiko>=1.13.0
18
17
iso8601>=0.1.9
19
18
python-neutronclient>=2.3.6,<3
20
 
python-glanceclient>=0.14.0
21
 
python-keystoneclient>=0.10.0
 
19
python-glanceclient>=0.15.0
 
20
python-keystoneclient>=0.11.1
22
21
python-swiftclient>=2.2.0
23
 
stevedore>=1.0.0  # Apache-2.0
 
22
stevedore>=1.1.0  # Apache-2.0
24
23
pysendfile==2.0.0
25
24
websockify>=0.6.0,<0.7
 
25
oslo.concurrency>=0.3.0  # Apache-2.0
26
26
oslo.config>=1.4.0  # Apache-2.0
27
 
oslo.db>=1.0.0  # Apache-2.0
 
27
oslo.db>=1.1.0  # Apache-2.0
28
28
oslo.rootwrap>=1.3.0
29
29
oslo.i18n>=1.0.0  # Apache-2.0
30
 
oslo.utils>=1.0.0                       # Apache-2.0
31
 
pecan>=0.5.0
 
30
oslo.serialization>=1.0.0               # Apache-2.0
 
31
oslo.utils>=1.1.0                       # Apache-2.0
 
32
pecan>=0.8.0
32
33
six>=1.7.0
33
34
jsonpatch>=1.1
34
35
WSME>=0.6
35
 
Jinja2
 
36
Jinja2>=2.6  # BSD License (3 clause)
36
37
keystonemiddleware>=1.0.0
37
 
oslo.messaging>=1.4.0
38
 
retrying>=1.2.2,!=1.3.0 # Apache-2.0
 
38
oslo.messaging>=1.4.0,!=1.5.0
 
39
retrying>=1.2.3,!=1.3.0 # Apache-2.0
39
40
posix_ipc