Use colormath2 instead of colormath (#3266)

pull/3268/head dev-build-kaalleen-zero_length_unit
Benson Muite 2024-11-03 18:43:47 +03:00 zatwierdzone przez GitHub
rodzic 33aff4a46d
commit 971d23c461
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 7 usunięć

Wyświetl plik

@ -5,9 +5,9 @@
from collections.abc import Set
from colormath.color_conversions import convert_color
from colormath.color_diff import delta_e_cie1994
from colormath.color_objects import LabColor, sRGBColor
from colormath2.color_conversions import convert_color
from colormath2.color_diff import delta_e_cie1994
from colormath2.color_objects import LabColor, sRGBColor
from .color import ThreadColor

Wyświetl plik

@ -24,10 +24,7 @@ requests
# tomli is built as tomllib in python 3.11 and higher
tomli
# colormath - last official release: 3.0.0
# we need already submitted fixes - so let's grab them from the github repository
colormath @ git+https://github.com/gtaylor/python-colormath.git@4a076831fd5136f685aa7143db81eba27b2cd19a
colormath2
flask>=2.2.0
fonttools
trimesh>=3.15.2