-
Notifications
You must be signed in to change notification settings - Fork 322
/
requirements-docs.in
56 lines (55 loc) · 1.43 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
# 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
dnspython3
dyn
Flask<3 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
Flask-Bcrypt
Flask-Cors
Flask-Limiter
Flask-Mail
Flask-Migrate
Flask-Principal
Flask-RESTful
Flask-SQLAlchemy
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
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
paramiko # required for the SFTP destination plugin
pem
pyjks
pyjwt
pyOpenSSL
redis
retrying
sentry-sdk
SQLAlchemy-Utils
tabulate
vine
werkzeug
xmltodict
# Test requirements are needed to allow test docs to build
-r requirements-tests.txt
# docs specific
sphinx
sphinxcontrib-httpdomain
sphinx-rtd-theme
docutils