Spaces:
Running
Running
File size: 342 Bytes
12a4666 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[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.12.0"
iscc-sdk = "^0.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|