Files
python-dracclient/test-requirements.txt
Christopher Dearborn 91b2a84053 Create doc requirements.txt
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
(cherry picked from commit 1b22d279e8)
2020-04-07 07:33:46 -04:00

10 lines
281 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>=0.11.0,<0.12
mock>=2.0
requests-mock>=1.0