From 6dab1259ef0f85ba7c967fafcc5b4d2b4ac2ad7b Mon Sep 17 00:00:00 2001 From: Evan Carlson <45178375+EvanCarlson@users.noreply.github.com> Date: Sun, 21 May 2023 00:21:51 -0700 Subject: [PATCH] add docx2txt package for uploading word docs (#93) --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5da101bad..ec75db3ad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,4 +11,5 @@ unstructured==0.6.5 anthropic==0.2.8 fastapi==0.95.2 python-multipart==0.0.6 -uvicorn==0.22.0 \ No newline at end of file +uvicorn==0.22.0 +docx2txt==0.8 \ No newline at end of file