From db014f095bd6e8ae74f8dff439c09917564e5d5f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 31 Jul 2023 11:24:48 -0700 Subject: [PATCH] add pytest --- requirements.txt | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73d7f7bf74..463484f881 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ openai cohere func_timeout -anthropic \ No newline at end of file +anthropic +pytest \ No newline at end of file diff --git a/setup.py b/setup.py index f4de6c1816..aed2c27472 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,6 @@ setup( 'openai', 'cohere', 'func_timeout' + 'pytest' ], )