51eadb6698
- Reorganize tox.ini - Modernize doc build process - Stop pinning pbr version Change-Id: I0ee25a393db90ea741ae9973e8b91269d4f92cc7 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
8 lines
273 B
Plaintext
8 lines
273 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 # Apache-2.0
|
|
|
|
flake8<2.7.0,>=2.6.0 # MIT
|
|
six>=1.10.0 # MIT
|