~ubuntu-branches/ubuntu/vivid/neutron-lbaas/vivid-proposed

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: Package Import Robot
  • Author(s): David Ames
  • Date: 2015-08-04 10:16:10 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20150804101610-l6zqpd1g8qu7nk7b
Tags: upstream-2015.1.1
ImportĀ upstreamĀ versionĀ 2015.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# The order of packages is significant, because pip processes them in the order
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
 
pbr>=0.6,!=0.7,<1.0
 
4
pbr!=0.7,<1.0,>=0.6
5
5
 
6
 
eventlet>=0.16.1,!=0.17.0
7
 
requests>=2.2.0,!=2.4.0
 
6
eventlet!=0.17.0,>=0.16.1
 
7
requests!=2.4.0,>=2.2.0
8
8
netaddr>=0.7.12
9
 
SQLAlchemy>=0.9.7,<=0.9.99
 
9
SQLAlchemy<=0.9.99,>=0.9.7
10
10
alembic>=0.7.2
11
11
six>=1.9.0
12
 
oslo.config>=1.9.3,<1.10.0  # Apache-2.0
13
 
oslo.db>=1.7.0,<1.8.0  # Apache-2.0
14
 
oslo.log>=1.0.0,<1.1.0  # Apache-2.0
15
 
oslo.messaging>=1.8.0,<1.9.0  # Apache-2.0
16
 
oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
17
 
oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
18
 
python-barbicanclient>=3.0.1,<3.1.0
 
12
oslo.config<1.10.0,>=1.9.3 # Apache-2.0
 
13
oslo.db<1.8.0,>=1.7.0 # Apache-2.0
 
14
oslo.log<1.1.0,>=1.0.0 # Apache-2.0
 
15
oslo.messaging<1.9.0,>=1.8.0 # Apache-2.0
 
16
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
 
17
oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
 
18
python-barbicanclient<3.1.0,>=3.0.1
19
19
pyasn1
20
 
pyasn1_modules
 
20
pyasn1-modules
21
21
pyOpenSSL>=0.11
22
22
 
23
23
# This project does depend on neutron as a library, but the