repo-info / pyproject.toml
jsulz's picture
jsulz HF staff
initial commit
eea405a
raw
history blame
328 Bytes
[tool.poetry]
name = "repo-info"
version = "0.1.0"
description = ""
authors = ["jsulz <j.sulzdorf@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
gradio = "^5.5.0"
huggingface-hub = "^0.26.2"
plotly = "^5.24.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"