iscc-playground / pyproject.toml
titusz's picture
Synced repo using 'sync_with_huggingface' Github Action
00283d1 verified
raw
history blame contribute delete
No virus
474 Bytes
[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"