~ubuntu-branches/ubuntu/wily/python-oslo.vmware/wily-proposed

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-02-09 11:35:16 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150209113516-ybu8v73zi8amrx4b
Tags: 0.9.0-0ubuntu1
* New upstream release.
* Transition new namespace.
* debian/patches/use-toggle-lazyfixture.patch: Dropped
* debian/control: Add python-oslo.concurrency.

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
 
 
5
pbr>=0.6,!=0.7,<1.0
 
6
 
5
7
stevedore>=1.1.0  # Apache-2.0
6
8
netaddr>=0.7.12
7
9
 
11
13
# for jsonutils
12
14
six>=1.7.0
13
15
 
14
 
oslo.i18n>=1.0.0  # Apache-2.0
15
 
oslo.utils>=1.0.0                       # Apache-2.0
 
16
oslo.i18n>=1.3.0  # Apache-2.0
 
17
oslo.utils>=1.2.0                       # Apache-2.0
16
18
Babel>=1.3
17
19
 
18
20
# for the routing notifier
19
21
PyYAML>=3.1.0
20
22
 
21
23
suds>=0.4
22
 
eventlet>=0.15.2
 
24
eventlet>=0.16.1
23
25
requests>=2.2.0,!=2.4.0
24
 
urllib3>=1.7.1
 
26
urllib3>=1.8.3
 
27
oslo.concurrency>=1.4.1         # Apache-2.0