lfs-analysis / pyproject.toml
jsulz's picture
jsulz HF staff
wiring in poetry for local dev and making the charts dark mode
a57b3d3
raw
history blame
358 Bytes
[tool.poetry]
name = "lfs-analysis"
version = "0.1.0"
description = ""
authors = ["jsulz <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
gradio = "^4.44.0"
pandas = "^2.2.3"
plotly = "^5.24.1"
pyarrow = "^17.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"