@@ -75,21 +75,6 @@ diskcache = "^5.6.3"
7575starlette = " >=0.41,<0.46"
7676fastapi = " ^0.115.0"
7777together = " ^1.2.3"
78- modelgauge_anthropic = {version = " *" , optional = true }
79- modelgauge_azure = {version = " *" , optional = true }
80- modelgauge_baseten = {version = " *" , optional = true }
81- modelgauge_demo_plugin = {version = " *" , optional = false }
82- modelgauge_nvidia = {version = " *" , optional = true }
83- modelgauge_openai = {version = " *" , optional = true }
84- modelgauge_huggingface = {version = " *" , optional = true }
85- modelgauge_perspective_api = {version = " *" , optional = true }
86- modelgauge_google = {version = " *" , optional = true }
87- modelgauge_vertexai = {version = " *" , optional = true }
88- modelgauge_mistral = {version = " *" , optional = true }
89- modelgauge_amazon = {version = " *" , optional = true }
90- prometheus-client = " ^0.21.1"
91-
92- [tool .poetry .group .dev .dependencies ]
9378modelgauge_anthropic = {path = " plugins/anthropic" , develop = true , optional =true }
9479modelgauge_azure = {path = " plugins/azure" , develop = true , optional =true }
9580modelgauge_baseten = {path = " plugins/baseten" , develop = true , optional =true }
@@ -103,6 +88,9 @@ modelgauge_vertexai = {path = "plugins/vertexai", develop = true, optional = tru
10388# named *mistral* rather than *mistralai* to prevent a conflict with the first-party mistralai package
10489modelgauge_mistral = {path = " plugins/mistral" , develop = true , optional = true }
10590modelgauge_amazon = {path = " plugins/amazon" , develop = true , optional =true }
91+ prometheus-client = " ^0.21.1"
92+
93+ [tool .poetry .group .dev .dependencies ]
10694pytest-datafiles = " ^3.0.0"
10795pytest = " ^8.0.1"
10896pytest-mock = " ^3.12.0"
0 commit comments