Trace4SIRM2024 / pyproject.toml
aelius's picture
first upload
9954952
raw
history blame
310 Bytes
[tool.poetry]
name = "sirm2024-stablediff"
version = "0.1.0"
description = ""
authors = ["EliaSchiavon <e.schiavon1@campus.unimib.it>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
streamlit = "^1.35.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"