f1ed8079ec
New tox target check that there is no missing or superfluous (unused) requirements in requirements.txt. Patch is copy/paste from Iff37af95269c38e4d435a53a21e5d60e2c5a3fa8 which do the same for Tempest projec. This change also includes the fixes to requirements.txt needed to pass the new tests. Change-Id: Id52c5b140647268525120373ac19a63f72b12462
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic==0.5.0
|
|
beaker==1.6.5.post1
|
|
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log>=3.11.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
pecan>=0.8.2
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9
|
|
jsonschema>=2.0.0,<3.0.0
|
|
PyJWT>=1.0.1 # MIT
|
|
WebOb>=1.6.0 # MIT
|