
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
19 lines
368 B
Plaintext
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
|