File size: 434 Bytes
a4998d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tool.poetry]
name = "family-compatibility"
version = "0.1.0"
description = ""
authors = ["Josephina Thiele <[email protected]>"]
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"