diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-16 03:32:01 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-16 03:32:01 +0000 |
| commit | 367333df60790473865e9fb925d5124d1ddcd23b (patch) | |
| tree | 37850876895bc8cff6d8310999e0687e22f9300b | |
| parent | 6849d173528596eff19ab7570601a19050d04350 (diff) | |
| download | python-ironicclient-367333df60790473865e9fb925d5124d1ddcd23b.tar.gz | |
Updated from global requirements
Change-Id: Ia13cbbc140ee2c25065606a3b60983c92a095ae2
| -rw-r--r-- | requirements.txt | 16 | ||||
| -rw-r--r-- | test-requirements.txt | 20 |
2 files changed, 18 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt index d572803..2c03e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ # 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. -pbr>=1.6 -anyjson>=0.3.3 +pbr>=1.6 # Apache-2.0 +anyjson>=0.3.3 # BSD appdirs>=1.3.0 # MIT License -dogpile.cache>=0.5.4 +dogpile.cache>=0.5.4 # BSD cliff>=1.15.0 # Apache-2.0 -httplib2>=0.7.5 +httplib2>=0.7.5 # MIT oslo.i18n>=1.5.0 # Apache-2.0 oslo.utils>=3.2.0 # Apache-2.0 -PrettyTable<0.8,>=0.7 -python-keystoneclient!=1.8.0,>=1.6.0 -python-openstackclient>=2.0.0 -six>=1.9.0 +PrettyTable<0.8,>=0.7 # BSD +python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0 +python-openstackclient>=2.0.0 # Apache-2.0 +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index fc30bab..4cdc05a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,18 +2,18 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -coverage>=3.6 -discover +coverage>=3.6 # Apache-2.0 +discover # BSD doc8 # Apache-2.0 -fixtures>=1.3.1 +fixtures>=1.3.1 # Apache-2.0/BSD requests-mock>=0.7.0 # Apache-2.0 -mock>=1.2 -Babel>=1.3 +mock>=1.2 # BSD +Babel>=1.3 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 reno>=0.1.1 # Apache2 oslotest>=1.10.0 # Apache-2.0 -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -testtools>=1.4.0 -tempest-lib>=0.13.0 -os-testr>=0.4.1 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +testtools>=1.4.0 # MIT +tempest-lib>=0.13.0 # Apache-2.0 +os-testr>=0.4.1 # Apache-2.0 |
