File size: 464 Bytes
7af929b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"