annotation-dashboard / pyproject.toml
Gintarė Zokaitytė
cache fix
62e9aac
raw
history blame contribute delete
286 Bytes
[project]
name = "annotation-dashboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.3.3",
"plotly>=6.5.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"streamlit>=1.53.1",
]