Explorar el Código

add pillow as testing dependency

Alex Cheema hace 1 año
padre
commit
b44b917151
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -41,6 +41,9 @@ extras_require = {
         "pylint==3.2.6",
         "ruff==0.5.5",
         "mypy==1.11.0",
+    ],
+    "testing": [
+        "pillow==10.4.0"
     ]
 }