-
Bryan BRANCOTTE authored
* keep app and test related libs but remove sphinx and django-extensions related dependencies. * remove apache2-dev * collect static, and get ready to copy it on startup if needed to be serve by another container * gunicorn only reload when used in docker-compose * none root user * run migration on startup * copy static files to $STATIC_ROOT_ON_STARTUP_COPY when mounted
Bryan BRANCOTTE authored* keep app and test related libs but remove sphinx and django-extensions related dependencies. * remove apache2-dev * collect static, and get ready to copy it on startup if needed to be serve by another container * gunicorn only reload when used in docker-compose * none root user * run migration on startup * copy static files to $STATIC_ROOT_ON_STARTUP_COPY when mounted
requirements-dev.txt 257 B
-r requirements.txt
# linting and formatting
flake8
black
flake8-black
# documentation generation
sphinx
sphinx-argparse
sphinx_rtd_theme
sphinxcontrib-bibtex
# dependencies to generate graph models using django-extensions
pygraphviz
pydot
pyparsing
pyyaml