name_recommender / pyproject.toml
justinxzhao's picture
Use mini header.
7c82c28
raw
history blame contribute delete
434 Bytes
[tool.poetry]
name = "name-recommender"
version = "0.1.0"
description = ""
authors = ["Justin Zhao <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
streamlit = "^1.41.1"
pandas = "^2.2.3"
numpy = "^2.2.2"
seaborn = "^0.13.2"
matplotlib = "^3.10.0"
fpdf2 = "^2.8.2"
plotly = "^5.24.1"
phonetics = "^1.0.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"