training-guides/test-requirements.txt
Utsav Dusad 5073cdfcaa Automate Bash style check
bashates all scripts under labs folder.
Change-Id: I99b3fbf7ee3eee41a1917cba236f78dc68f155e3
Closes-Bug: #1430649
2015-04-10 23:22:50 +05:30

11 lines
358 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.
openstack-doc-tools>=0.23
doc8 # Apache-2.0
pbr>=0.6,<1.0
oslosphinx
sphinx>=1.1.2,<1.2
hieroglyph>=0.5
bashate # pep8 equivalent for bash scripts