mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
e547119342
ReadTheDocs somehow caches requirements and insists in using old version of Sphinx (1.8). We have to force using newer one (4.5) Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
36 lines
460 B
Plaintext
36 lines
460 B
Plaintext
wheel
|
|
|
|
sphinx > 3.0
|
|
|
|
# convert markdown to rest
|
|
# m2r2 fork is active in development and works with
|
|
# newer sphinx versions
|
|
m2r2
|
|
|
|
## ipa dependencies
|
|
dnspython
|
|
jwcrypto
|
|
netaddr
|
|
qrcode
|
|
six
|
|
pyasn1
|
|
pyasn1-modules
|
|
requests
|
|
|
|
## C libraries with binary wheels
|
|
cffi
|
|
cryptography
|
|
lxml
|
|
|
|
## C libraries without binaries wheels
|
|
# gssapi
|
|
# dbus-python
|
|
# python-ldap
|
|
|
|
## No sufficient PyPI packages
|
|
# dogtag-pki
|
|
|
|
# Sequence diagrams generator
|
|
sphinxcontrib-plantuml
|
|
pillow
|