Browse Source

chore: add pytest as a dev dependency (#249)

cachho 2 năm trước cách đây
mục cha
commit
0187669f80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -35,5 +35,5 @@ setuptools.setup(
         "docx2txt",
         "pydantic==1.10.8",
     ],
-    extras_require={"dev": ["black", "ruff", "isort"]},
+    extras_require={"dev": ["black", "ruff", "isort", "pytest"]},
 )