From 8b58166a7ac0ea87763812abd95bb03ce0fb2b23 Mon Sep 17 00:00:00 2001 From: yzlin Date: Thu, 4 Jan 2024 20:47:36 +0800 Subject: [PATCH] add test requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a81be6115..6f59317a8 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ extras_require["test"] = [ "chromadb==0.4.14", "gradio==3.0.0", "grpcio-status==1.48.2", + "mock==5.1.0", ] extras_require["pyppeteer"] = [