rag-application / pyproject.toml
srijan9994's picture
trying it in a different way
86c2924
raw
history blame contribute delete
552 Bytes
[tool.poetry]
name = "rag-application"
version = "0.1.0"
description = ""
authors = ["Srijan Mallick <smallick974@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<4.0"
transformers = ">=4.48.3,<5.0.0"
torch = ">=2.6.0,<3.0.0"
flake8 = ">=7.1.1,<8.0.0"
black = ">=25.1.0,<26.0.0"
pre-commit = ">=4.1.0,<5.0.0"
accelerate = "^1.3.0"
flask = "^3.1.0"
instructor = "^1.7.2"
gunicorn = "^23.0.0"
[tool.black]
line-length = 79
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"