Add kuryr-lib into requirements.txt

We are importing kuryr-lib module so we need to add it to the
requirement list.

Change-Id: I7ce48a1eac0fc11d98bb2dd2b8bb8f3f8a7fdc89
This commit is contained in:
Hongbin Lu 2020-02-17 04:59:41 +00:00
parent 6fbf52ae24
commit 9136170d08
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.4.0
keystonemiddleware==4.18.0
kuryr-lib==0.5.0
kombu==4.1.0
linecache2==1.0.0
logutils==0.3.5

View File

@ -9,6 +9,7 @@ grpcio>=1.12.0 # Apache-2.0
PyYAML>=3.12 # MIT
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
keystonemiddleware>=4.18.0 # Apache-2.0
kuryr-lib>=0.5.0 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
protobuf>=3.6.0 # 3-Clause BSD
psutil>=3.2.2 # BSD