alexandraroze commited on
Commit
6dd1cc4
·
1 Parent(s): ce88749

updated poetry

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -0
pyproject.toml CHANGED
@@ -20,6 +20,8 @@ pypdf = "^5.1.0"
20
  wheel = "^0.45.1"
21
  streamlit = "^1.40.1"
22
  fuzzywuzzy = "^0.18.0"
 
 
23
 
24
  [tool.poetry.dev-dependencies]
25
 
 
20
  wheel = "^0.45.1"
21
  streamlit = "^1.40.1"
22
  fuzzywuzzy = "^0.18.0"
23
+ openai = "^1.55.3"
24
+ tqdm = "^4.67.1"
25
 
26
  [tool.poetry.dev-dependencies]
27