Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | * Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway. | ||||
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+2831 |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> |