forked from phoenix/litellm-mirror
add pytest
This commit is contained in:
parent
b045463355
commit
db014f095b
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
openai
|
openai
|
||||||
cohere
|
cohere
|
||||||
func_timeout
|
func_timeout
|
||||||
anthropic
|
anthropic
|
||||||
|
pytest
|
1
setup.py
1
setup.py
|
@ -12,5 +12,6 @@ setup(
|
||||||
'openai',
|
'openai',
|
||||||
'cohere',
|
'cohere',
|
||||||
'func_timeout'
|
'func_timeout'
|
||||||
|
'pytest'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue