Musterdatenkatalog / pyproject.toml
Rahkakavee Baskaran
add dataset sizes to treemap and description
ea3bd45
raw
history blame
580 Bytes
[tool.poetry]
name = "musterdatenkatalog-space-app"
version = "0.1.0"
description = ""
authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
readme = "README.md"
packages = [{include = "musterdatenkatalog_space_app"}]
[tool.poetry.dependencies]
python = "^3.11"
streamlit = "^1.22.0"
plotly-express = "^0.4.1"
plotly = "^5.14.1"
httpx = "^0.24.0"
sentence-transformers = "^2.2.2"
safetensors = "^0.3.1"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"