4e6c7ef6a5
Remove the internal zuul domain in favor of installing from zuul-sphinx. Change-Id: Ia3bc2e6ad38625afedb3abd925801e1bcb40eb9e
12 lines
445 B
Plaintext
12 lines
445 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.1.0
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
# Zuul is required to supply the zuul ansible modules for ansible-lint
|
|
-e git://git.openstack.org/openstack-infra/zuul@feature/zuulv3#egg=zuul
|