1b22d279e8
This patch creates a new doc/requirements.txt file, moves into it the required packages from test-requirements.txt, and makes the necessary changes to the docs build to fix the dependencies. Change-Id: I6cc9aadc6359fac5b985afb370bd4e33d4749b74
10 lines
294 B
Plaintext
10 lines
294 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.
|
|
|
|
coverage>=3.6
|
|
doc8
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
mock>=2.0
|
|
requests-mock>=1.0
|