depulse / pyproject.toml
vahidalizadeh's picture
rewriting history
601ed3a
raw
history blame contribute delete
459 Bytes
[tool.poetry]
name = "depulse"
version = "0.1.0"
description = ""
authors = ["Vahid Alizadeh <vahid.alizadeh@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
openpyxl = "^3.1.5"
streamlit = "1.42.0"
streamlit-extras = "^0.5.0"
graphviz = "^0.20.3"
streamlit-card = "^1.0.2"
st-ant-tree = "^0.0.13"
validators = "^0.34.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"