ecologits-calculator / pyproject.toml
vdwow's picture
feat : massive update (streamlit migration, integration of ecologits 0.6.1, dataviz, ...)
197f5ec
raw
history blame contribute delete
267 Bytes
[project]
name = "ecologits-calculator-streamlit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ecologits>=0.6.1",
"pint>=0.24.4",
"plotly>=6.0.0",
"streamlit>=1.43.1",
]