add pytest

This commit is contained in:
ishaan-jaff 2023-07-31 11:24:48 -07:00
parent b045463355
commit db014f095b
2 changed files with 3 additions and 1 deletions

View file

@ -2,3 +2,4 @@ openai
cohere cohere
func_timeout func_timeout
anthropic anthropic
pytest

View file

@ -12,5 +12,6 @@ setup(
'openai', 'openai',
'cohere', 'cohere',
'func_timeout' 'func_timeout'
'pytest'
], ],
) )