updated dependencies
This commit is contained in:
parent
404c6fb1a3
commit
38ff7d77ac
File diff suppressed because it is too large
Load Diff
|
@ -11,11 +11,15 @@ SQLAlchemy = "^1.4.36"
|
||||||
tqdm = "^4.64.0"
|
tqdm = "^4.64.0"
|
||||||
sentence-transformers = "^2.2.0"
|
sentence-transformers = "^2.2.0"
|
||||||
faiss-cpu = "^1.7.2"
|
faiss-cpu = "^1.7.2"
|
||||||
|
Flask = "^2.1.2"
|
||||||
|
fuzzywuzzy = "^0.18.0"
|
||||||
|
python-Levenshtein = "^0.12.2"
|
||||||
|
waitress = "^2.1.1"
|
||||||
|
pandas = "^1.4.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
jupyter = "^1.0.0"
|
|
||||||
pinecone-client = "^2.0.10"
|
pinecone-client = "^2.0.10"
|
||||||
pandas = "^1.4.2"
|
black = "^22.3.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue