This commit introduces pip-check-reqs task to tox.ini. We should avoid inconsistency between (test-)requirements.txt and actual source code. Change-Id: I9d734cdbc1c1fb3283835890b8132e54a7b757d7
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=1.6
|
|
SQLAlchemy>=0.8.2
|
|
alembic>=0.4.1
|
|
oslo.config>=1.4.0.0a3
|