2018-04-23 18:26:36 +02:00
|
|
|
# Note: python-ldap from requirements breaks due to readthedocs.io not having the correct header files
|
2018-04-23 18:23:23 +02:00
|
|
|
# The `make up-reqs` will update all requirement text files, and forcibly remove python-ldap
|
|
|
|
# from requirements-docs.txt
|
2021-02-17 03:07:37 +01:00
|
|
|
# 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
|
2021-02-17 23:17:37 +01:00
|
|
|
acme
|
2021-02-17 21:44:32 +01:00
|
|
|
arrow
|
2021-02-17 23:17:37 +01:00
|
|
|
boto3
|
|
|
|
botocore
|
2021-03-12 02:10:13 +01:00
|
|
|
certbot
|
2021-02-19 02:23:02 +01:00
|
|
|
certsrv
|
2021-02-17 23:25:04 +01:00
|
|
|
CloudFlare
|
2021-02-17 21:53:49 +01:00
|
|
|
cryptography
|
2021-02-17 23:07:06 +01:00
|
|
|
dnspython3
|
2021-02-17 23:33:00 +01:00
|
|
|
dyn
|
2021-02-17 03:07:37 +01:00
|
|
|
Flask
|
2021-02-17 22:18:49 +01:00
|
|
|
Flask-Bcrypt
|
2021-02-17 22:41:27 +01:00
|
|
|
Flask-Cors
|
2021-02-17 22:26:13 +01:00
|
|
|
Flask-Mail
|
2021-02-17 22:12:10 +01:00
|
|
|
Flask-Migrate
|
2021-02-17 22:22:25 +01:00
|
|
|
Flask-Principal
|
2021-02-17 22:16:16 +01:00
|
|
|
Flask-RESTful
|
2021-02-17 22:26:13 +01:00
|
|
|
Flask-Script
|
2021-02-17 22:05:14 +01:00
|
|
|
Flask-SQLAlchemy
|
2021-02-17 18:42:07 +01:00
|
|
|
flask_replicated
|
2021-02-17 22:53:22 +01:00
|
|
|
gunicorn
|
2021-02-19 02:23:02 +01:00
|
|
|
hvac # required for the vault destination plugin
|
2021-02-17 22:08:40 +01:00
|
|
|
inflection
|
2021-02-17 23:00:42 +01:00
|
|
|
josepy
|
2021-02-17 21:44:02 +01:00
|
|
|
logmatic-python
|
2021-02-17 22:47:59 +01:00
|
|
|
marshmallow-sqlalchemy
|
|
|
|
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
|
2021-02-19 02:23:02 +01:00
|
|
|
paramiko # required for the SFTP destination plugin
|
2021-02-17 22:45:55 +01:00
|
|
|
pem
|
2021-02-19 02:23:02 +01:00
|
|
|
pyjks >= 19 # pyjks < 19 depends on pycryptodome, which conflicts with dyn's usage of pycrypto
|
2021-02-17 22:50:05 +01:00
|
|
|
pyjwt
|
2021-02-17 22:56:04 +01:00
|
|
|
pyOpenSSL
|
2021-02-17 22:38:15 +01:00
|
|
|
raven[flask]
|
2021-02-19 02:23:02 +01:00
|
|
|
redis
|
2021-02-17 23:25:04 +01:00
|
|
|
retrying
|
2021-02-17 22:43:49 +01:00
|
|
|
SQLAlchemy-Utils
|
2021-02-17 23:35:55 +01:00
|
|
|
tabulate
|
2021-02-19 02:23:02 +01:00
|
|
|
vine
|
2021-02-17 23:17:37 +01:00
|
|
|
xmltodict
|
2021-02-19 02:23:02 +01:00
|
|
|
# Test requirements are needed to allow test docs to build
|
|
|
|
-r requirements-tests.txt
|
2021-02-17 03:07:37 +01:00
|
|
|
|
|
|
|
# docs specific
|
2018-03-19 19:02:46 +01:00
|
|
|
sphinx
|
|
|
|
sphinxcontrib-httpdomain
|
2018-10-29 17:10:43 +01:00
|
|
|
sphinx-rtd-theme
|