ansible-hardening/test-requirements.txt
Andreas Jaeger 1fa67fd90d Enable syncing of docs
The docs job is failing in https://review.opendev.org/671840 and thus
nothing is synced in from openstack-ansible-tests. The failure is due to
the removal of entries from doc/requirements.txt. Add those
to test-requirements.txt instead.

Change-Id: I21bcbde8acc8d4fd83b28026bcec33f388e69912
2020-06-03 22:04:16 +02:00

7 lines
216 B
Plaintext

# These are actually only used for doc building but
# doc/requirements.txt is synced from openstack-ansible-tests, so we
# need to add them elsewhere.
Jinja2>=2.10 # BSD License (3 clause)
lxml!=3.7.0,>=3.4.1 # BSD