Browse Source

add pillow as testing dependency

Alex Cheema 1 year ago
parent
commit
b44b917151
1 changed files with 3 additions and 0 deletions
  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"
     ]
 }