requirements-ci.txt 210 B

123456789
  1. # Install coderedcms from local directory.
  2. -e .
  3. # Requirements, in addition to coderedcms, needed for CI runner.
  4. codespell
  5. flake8
  6. pytest-cov
  7. pytest-django
  8. sphinx==3.* # Docs are currently broken in sphinx 4.