Smart-Tasker / pyproject.toml
Shahid
Added first commit
af30a30
raw
history blame contribute delete
408 Bytes
[tool.poetry]
name = "project management"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
streamlit = "^1.39.0"
pymongo = "^4.10.1"
python-docx = "^1.1.2"
openai = "^1.54.4"
streamlit-aggrid = "^1.0.5"
notion-client = "^2.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"