File size: 474 Bytes
12a4666
 
 
 
 
 
 
 
 
 
00283d1
 
2526fc7
f14de11
00283d1
12a4666
a728009
30dcc98
 
 
 
a728009
12a4666
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool.poetry]
name = "iscc-playground"
version = "0.1.0"
description = "UI for ISCC exploration"
authors = ["Titusz <tp@py7.de>"]
license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
gradio = "^4"
iscc-sdk = "^0.6.2"
iscc-core= "^1.0.9"
iscc-sci = "^0.1.0"
plotly = "^5.22"

[tool.poetry.group.dev.dependencies]
ruff = "*"

[tool.ruff]
line-length = 100

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"