prompt-engine / frontend /pyproject.toml
Lazar Radojevic
different structure
7af929b
raw
history blame
464 Bytes
[tool.poetry]
name = "smart-cat-assignment-frontend"
version = "0.0.1"
description = "SmartCat Assignment"
authors = ["Lazar Radojevic <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
mypy = "^1.8.0"
ruff = "^0.3.2"
streamlit = "^1.37.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
poethepoet = "^0.24.4"
isort = "^5.13.2"
[tool.isort]
profile = "black"
[tool.poe]
include = "./poe/common-tasks.toml"