CareerAdvisePro / pyproject.toml
jeongsk's picture
chore: Add pyproject.toml file with project dependencies
b8da58e
raw
history blame
342 Bytes
[tool.poetry]
name = "careeradvisepro"
version = "0.1.0"
description = ""
authors = ["jeongsk <jeongseok@wantedlab.com>"]
readme = "README.md"
license = "lgpl-3.0"
[tool.poetry.dependencies]
python = "3.11.9"
streamlit = "^1.36.0"
pdfplumber = "^0.11.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"