ceph/admin/doc-requirements.txt
Kefu Chai b83be6f33b admin: move python-common deps out of doc-requirements.txt
to address the build failure of

python -m pip install --exists-action=w --no-cache-dir -r admin/doc-requirements.txt
ERROR: ../src/python-common is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-07-06 19:19:22 +08:00

9 lines
180 B
Plaintext

Sphinx == 2.4.4
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
breathe == 4.14.2
pyyaml >= 5.1.2
Cython
prettytable
sphinx-autodoc-typehints == 1.10.3
typed-ast