[tool.poetry] name = "family-compatibility" version = "0.1.0" description = "" authors = ["Josephina Thiele "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" streamlit = "^1.39.0" huggingface-hub = "^0.25.2" spacy = "^3.8.2" plotly = "^5.24.1" python-dotenv = "^1.0.1" spacy-streamlit = "^1.0.6" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"