This avoids the need to duplicate our dependency list in multiple places and allows us to take advantage of tox's dependency management infrastructure, to ensure we always get the latest and greatest version of a package allowed by upper-constraints. Change-Id: I46eac909846b2d6bd41608efedbed7db08df0c20 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
jsonschema>=3.2.0 # MIT
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
prometheus-client>=0.4.2 # Apache-2.0
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
statsd>=3.3.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
keyring>=24.0.0 # MIT
|