diff options
author | Andreas Jaeger <aj@suse.com> | 2018-10-28 16:54:22 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2018-10-28 16:59:15 +0100 |
commit | cb9e1b4885658ed1ac6165fec86686a292d5047a (patch) | |
tree | b4d7221575df04e488c2b8ded5cd8172c0630b7c /test-requirements.txt | |
parent | 74346801b26d95a441b30ae81a1c4ca8056f1ab2 (diff) | |
download | zuul-cb9e1b4885658ed1ac6165fec86686a292d5047a.tar.gz |
Use doc/requirements.txt
Create separate doc/requirements.txt file and use it, this shrinks
the list of requirements to install for a normal run.
Change-Id: I7c27f7f737657005ab6e370ae7e5dceb5a7073e7
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 3c45caecf..7e9c032b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,16 +1,10 @@ flake8<3.6.0 coverage>=3.6 -sphinx>=1.6.1 -sphinxcontrib-blockdiag>=1.1.0 fixtures>=0.3.14 stestr>=1.0.0 # Apache-2.0 testtools>=0.9.32 -sphinxcontrib-programoutput -sphinx-autodoc-typehints -reno>=2.8.0 # Apache-2.0 PyMySQL psycopg2-binary mypy -zuul-sphinx beautifulsoup4 |