summary refs log tree commit diff
path: root/changelog.d/8330.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Do not check lint/test dependencies at runtime. (#8377)Patrick Cloke2020-09-231-1/+1
| | | moves non-runtime dependencies out of synapse.python_dependencies (test and lint)
* Move lint dependencies to extras_require (#8330)Jonathan de Jong2020-09-171-0/+1
Lint dependencies can now be installed with pip install -e ".[lint]" This should help keep the version in sync between tox and documentation.