Files
python-dracclient/test-requirements.txt
Christopher Dearborn 15008b6ea6 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:45 -04:00

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