Skip to content

Commit

Permalink
Updated from global requirements
Browse files Browse the repository at this point in the history
Change-Id: I95c7c2b87735dae3e98ad401d05cf382022c1199
  • Loading branch information
OpenStack Proposal Bot committed Jun 11, 2015
1 parent 62e7280 commit 2f14ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ oslo.context>=0.2.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
stevedore>=1.3.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0

# for jsonutils
six>=1.9.0
Expand All @@ -26,7 +26,7 @@ amqp>=1.4.0
kombu>=3.0.7

# middleware
oslo.middleware>=1.2.0 # Apache-2.0
oslo.middleware>=1.2.0,!=2.0.0 # Apache-2.0

# FIXME: concurrent.futures is part of the Python stdlib since Python 3.2,
# but the requirements is still needed because of a bug in tox:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oslo.context>=0.2.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
stevedore>=1.3.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0

# for jsonutils
six>=1.9.0
Expand All @@ -28,7 +28,7 @@ amqp>=1.4.0
kombu>=3.0.7

# middleware
oslo.middleware>=1.2.0 # Apache-2.0
oslo.middleware>=1.2.0,!=2.0.0 # Apache-2.0

# for the futures based executor
futures>=3.0
Expand Down

0 comments on commit 2f14ca1

Please sign in to comment.