Skip to content

Commit b87b0c2

Browse files
committed
Add dependencies for curation app
1 parent a6915a8 commit b87b0c2

File tree

2 files changed

+1120
-0
lines changed

2 files changed

+1120
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8+
"beautifulsoup4>=4.13.3",
89
"django>=5.1.7",
910
"gunicorn>=23.0.0",
1011
"httpx>=0.28.1",
12+
"langchain>=0.3.23",
13+
"langchain-community>=0.3.21",
14+
"langchain-openai>=0.3.14",
15+
"lxml>=5.3.2",
1116
"markdown>=3.7",
1217
"psycopg[binary]>=3.2.5",
18+
"readtime>=3.0.0",
19+
"requests>=2.32.3",
20+
"tiktoken>=0.9.0",
1321
"wagtail>=6.4.1",
1422
"wagtail-bakery>=0.8.0",
1523
]

0 commit comments

Comments
 (0)