kora / pyproject.toml
Ramanjit's picture
chore: update dependencies and add streamlit-autorefresh
664d27e
raw
history blame contribute delete
371 Bytes
[tool.poetry]
name = "kora"
version = "0.1.0"
description = ""
authors = ["Kanha Upadhyay <kanha.upadhyay@sifars.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.12.*"
streamlit = "^1.44.1"
python-dotenv = "^1.1.0"
plivo = "^4.58.6"
streamlit-autorefresh = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"