File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ google-cloud-language = { version = ">=2.14.0", optional = true }
105105# jailbreak injection
106106yara-python = { version = " ^4.5.1" , optional = true }
107107
108+ # benchmark
109+ requests = { version = " >=2.31.0" , optional = true }
110+ honcho = { version = " >=1.1.0" , optional = true }
111+
108112[tool .poetry .extras ]
109113sdd = [" presidio-analyzer" , " presidio-anonymizer" ]
110114eval = [" tqdm" , " numpy" , " streamlit" , " tornado" ]
@@ -113,6 +117,7 @@ gcp = ["google-cloud-language"]
113117tracing = [" opentelemetry-api" , " aiofiles" ]
114118nvidia = [" langchain-nvidia-ai-endpoints" ]
115119jailbreak = [" yara-python" ]
120+ benchmark = [" requests" , " honcho" ]
116121# Poetry does not support recursive dependencies, so we need to add all the dependencies here.
117122# I also support their decision. There is no PEP for recursive dependencies, but it has been supported in pip since version 21.2.
118123# It is here for backward compatibility.
@@ -128,6 +133,8 @@ all = [
128133 " aiofiles" ,
129134 " langchain-nvidia-ai-endpoints" ,
130135 " yara-python" ,
136+ " requests" ,
137+ " honcho" ,
131138]
132139
133140[tool .poetry .group .dev ]
You can’t perform that action at this time.
0 commit comments