Codebase list python-castellan / ff6d1dd
List requests as explicit dependency this package is directly imported and used in vault_key_manager.py but is missing from requirements relying on implicit dependency via keystoneauth package instead. Projects should explicitly list their imported dependencies. Change-Id: I59c87fa7264cbace651d86430785925307d1978d Pavlo Shchelokovskyy 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 oslo.utils>=3.33.0 # Apache-2.0
1313 stevedore>=1.20.0 # Apache-2.0
1414 keystoneauth1>=3.4.0 # Apache-2.0
15 requests>=2.14.2,!=2.20.0 # Apache-2.0