浏览代码

Add google drive requirements to requirements.txt

Taylor Wilsdon 4 月之前
父节点
当前提交
f3454a8bba
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      backend/requirements.txt

+ 5 - 0
backend/requirements.txt

@@ -90,6 +90,11 @@ extract_msg
 pydub
 duckduckgo-search~=6.3.5
 
+## Google Drive
+google-api-python-client
+google-auth-httplib2
+google-auth-oauthlib
+
 ## Tests
 docker~=7.1.0
 pytest~=8.3.2