7524c8b34f
Because we have several Python files inside this repository we should be able to check them. Change-Id: Iaf4a013cf0c109d60b5421c5077505fdcbb4a30c
13 lines
479 B
Plaintext
13 lines
479 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.
|
|
beautifulsoup4
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.10.0,<0.11
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
doc8 # Apache-2.0
|
|
openstack-doc-tools>=0.21.1
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
|
openstackdocstheme>=1.0.2
|
|
oslosphinx>=2.2.0 # Apache-2.0
|