forked from Netflix/lemur
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements-docs.in
57 lines (56 loc) · 1.52 KB
/
requirements-docs.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Note: python-ldap from requirements breaks due to readthedocs.io not having the correct header files
# The `make up-reqs` will update all requirement text files, and forcibly remove python-ldap
# from requirements-docs.txt
# However, dependabot doesn't use `make up-reqs`, so we have to replicate the necessary dependencies here
# Without including these dependencies, the docs are unable to include generated autodocs
acme
arrow
boto3
botocore
celery[redis]
certbot
certsrv
CloudFlare
cryptography
dnspython >= 2.6.0
dnspython3
dyn
Flask-Bcrypt
Flask-Cors >= 4.0.0 # (VULN-6645)
Flask-Limiter
Flask-Mail
Flask-Migrate
Flask-Principal
Flask-RESTful
Flask-SQLAlchemy
Flask<3 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
flask_replicated
gunicorn
hvac # required for the vault destination plugin
inflection
itsdangerous
josepy
logmatic-python
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
marshmallow<2.21.1 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
paramiko # required for the SFTP destination plugin
pem
pyjks
pyjwt
pyOpenSSL
redis
retrying
sentry-sdk >= 2.8.0 # (VULN-7698)
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
SQLAlchemy-Utils
tabulate
vine
werkzeug >= 3.0.3 # (VULN-6679)
xmltodict
# Test requirements are needed to allow test docs to build
-r requirements-tests.txt
# docs specific
docutils
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain