mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
add pytest
This commit is contained in:
parent
b045463355
commit
db014f095b
2 changed files with 3 additions and 1 deletions
|
@ -2,3 +2,4 @@ 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