Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.21.0 | Richard van der Hoff | 2020-10-01 | 1 | -1/+0 |
| | |||||
* | Do not check lint/test dependencies at runtime. (#8377) | Patrick Cloke | 2020-09-23 | 1 | -1/+1 |
| | | | moves non-runtime dependencies out of synapse.python_dependencies (test and lint) | ||||
* | Move lint dependencies to extras_require (#8330) | Jonathan de Jong | 2020-09-17 | 1 | -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. |