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