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

@ -1,4 +1,5 @@
openai
cohere
func_timeout
anthropic
anthropic
pytest

View file

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