[tool.poetry] name = "name-recommender" version = "0.1.0" description = "" authors = ["Justin Zhao "] 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"