afulara commited on
Commit
1cea5a6
·
1 Parent(s): 0ff8fac

Update Requirements again

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -2,7 +2,8 @@ fastapi
2
  uvicorn[standard]
3
  numpy
4
  python-dotenv
5
- openai
6
  pydantic
7
  python-multipart
8
- websockets
 
 
2
  uvicorn[standard]
3
  numpy
4
  python-dotenv
5
+ openai>=1.0.0
6
  pydantic
7
  python-multipart
8
+ websockets
9
+ PyPDF2