Add decorator to requirements.txt
In commit 6464ba we added "import decorator" to file vmware_nsxlib/v3/policy/core_resources.py, so it's better to also declare the package dependency in requirements.txt. Change-Id: I202bd6985ae21fd5cdb83c68cdf5c198e8651541
This commit is contained in:
parent
16af517dc6
commit
288a9ce277
@ -14,7 +14,7 @@ contextlib2==0.4.0
|
||||
coverage==4.0
|
||||
cryptography==2.1
|
||||
debtcollector==1.2.0
|
||||
decorator==3.4.0
|
||||
decorator==4.3.0
|
||||
deprecation==1.0
|
||||
docutils==0.11
|
||||
dogpile.cache==0.6.2
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
decorator>=4.3.0 # BSD
|
||||
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
||||
netaddr>=0.7.18 # BSD
|
||||
tenacity>=4.4.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user