mobitag-explorer / pyproject.toml
adriens
docs: add local startup instructions and initialize uv project
edb8509
Raw
History Blame Contribute Delete
315 Bytes
[project]
name = "mobitag-explorer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"altair>=6.2.1",
"datasets>=5.0.0",
"numpy>=2.4.6",
"pandas>=3.0.3",
"plotly>=6.8.0",
"scipy>=1.17.1",
"streamlit>=1.58.0",
]