weechat-matrix/requirements.txt
Simon Chopin feae9fda26 Fix compatibility with matrix-nio 0.21
The 0.21.0 made a breaking change in how they handle logging, moving off
logbook to the standard logging module, breaking weechat-matrix's config
module.

This patch adresses the API change (without migrating ourselves to
logboox), and bumps the matrix-nio requirements to reflect the
dependency on the new API.

Signed-off-by: Simon Chopin <simon.chopin@canonical.com>
2023-07-23 10:57:02 +02:00

12 lines
199 B
Text

pyOpenSSL
typing ; python_version < "3.5"
webcolors
future; python_version < "3.2"
atomicwrites
attrs
logbook
pygments
matrix-nio[e2e]>=0.21.0
aiohttp ; python_version >= "3.5"
python-magic
requests