12345678910 |
- # Install coderedcms from local directory.
- -e .
- # Requirements, in addition to coderedcms, needed for CI runner.
- codespell
- flake8
- pytest-cov
- pytest-django
- sphinx==3.* # Docs are currently broken in sphinx 4.
- jinja2==3.0.* # This seems to be the only version that works with sphinx 3.
|