postmanlabs/httpbin

Migrate from brotlipy to brotlicffi

johnthagen opened this issue · 1 comments

brotlipy has not seen updates for 4 years: https://pypi.org/project/brotlipy/

It looks like the latest work is published under brotlicffi: https://github.com/python-hyper/brotlicffi

'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',

mbra commented

Also, the old brotlipy module clashes with https://pypi.org/project/Brotli/ from https://github.com/google/brotli and even though I know such clashes are hard to prevent, not relying on very outdated packages would make this a non-issue.