moment/requirements.txt
miruka 2dd275c618 Update minimum Pillow requirement to 7.0.0
- Includes fix for security issue CVE-2019-16865 before 6.2.0
- Default rescale algorithm is now bilinear, or nearest for palette
  images. No need to pass lanczos on our own.
2020-03-21 18:56:47 -04:00

16 lines
535 B
Plaintext

Pillow >= 7.0.0, < 8
pymediainfo >= 4.1, < 5
cairosvg >= 2.4.2, < 3
aiofiles >= 0.4.0, < 0.5
appdirs >= 1.4.3, < 2
filetype >= 1.0.5, < 2
html_sanitizer >= 1.7.3, < 2
lxml >= 4.5.0, < 5
mistune >= 0.8.4, < 0.9
blist >= 1.3.6, < 2
dataclasses >= 0.6, < 0.7; python_version < "3.7"
async_generator >= 1.10, < 2; python_version < "3.7"
pyfastcopy >= 1.0.3, < 2; python_version < "3.8"
git+http://github.com/mirukana/matrix-nio#egg=matrix-nio[e2e]