23 lines
468 B
TOML
23 lines
468 B
TOML
[tool.poetry]
|
|
name = "traktrecs"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["navanchauhan <navanchauhan@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
requests = "^2.27.1"
|
|
SQLAlchemy = "^1.4.36"
|
|
tqdm = "^4.64.0"
|
|
sentence-transformers = "^2.2.0"
|
|
faiss-cpu = "^1.7.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
jupyter = "^1.0.0"
|
|
pinecone-client = "^2.0.10"
|
|
pandas = "^1.4.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|