ara/doc/requirements.txt
David Moreau Simard 9e88f33c5e
Fix settings regression and unpin dynaconf
Settings were failing to load with dynaconf>=3.0 because there was a
breaking change that disabled environments loading [1].

Fixes: https://github.com/ansible-community/ara/issues/149

[1]: https://www.dynaconf.com/release_notes/#breaking-changes

Change-Id: Ia97ba4a7f10aedc3b3c30b58beed68baa329cad3
2020-08-10 20:09:57 -04:00

19 lines
368 B
Plaintext

pbr!=2.1.0,>=2.0.0 # Apache-2.0
sphinx>=1.4
sphinx-rtd-theme
sphinxcontrib-programoutput
# For ara cli's programoutput
cliff
# For ara-manage cli's programoutput, we need to include server extra dependencies from setup.cfg
Django>=2.1.5,<3.0
djangorestframework>=3.9.1
django-cors-headers
django-filter
django-health-check
dynaconf[yaml]
tzlocal
whitenoise
pygments