0fc8712cac
With version 6.0.0 of the docker python module, their implementation of versioning has changed, making our check for old versions fail. Since version 3.0.0 is from 2018, we should be safe to assume that as a minimum version though, so we can just get rid of the special handling of older versions. Change-Id: I077b7b5acf2c1f9beb6da06d3555e2ebe30831d1
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
docker>=3.0.0 # Apache-2.0
|
|
Jinja2>=3.0.1 # BSD License (3 clause)
|
|
GitPython>=1.0.1 # BSD License (3 clause)
|
|
oslo.config>=5.1.0 # Apache-2.0
|