File size: 267 Bytes
197f5ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[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",
]
|