mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Restrict pillow to versions before 10.0.0 (#5090)
This commit is contained in:
parent
6d9dbf9e54
commit
7e52d4f5d6
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
pillow>4.0.0
|
||||
pillow>4.0.0,<10.0.0
|
||||
cairosvg>=2.2.0
|
||||
cryptography>=2.0.0,<4
|
||||
|
|
Loading…
Reference in a new issue