-
- Downloads
[FIX] requirements: avoid double requirements for pillow
When installing requirements on MS Windows platform with Python 3.8, the
Pillow requirement is defined two times. This leads to a pip crash.
With this commit, the Pillow requirement is only defined once.
Fixes #40080
closes odoo/odoo#40239
Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
Please register or sign in to comment