Skip to content

Commit 2774650

Browse files
author
Pulkit-bristol
committed
updating build
1 parent 85d5ac9 commit 2774650

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ publish-pypi: build
5555
@echo "Uploading to PyPI..."
5656
uv run twine upload dist/* --username __token__ --password "$${PYPI_API_TOKEN}"
5757
@echo "Published to PyPI!"
58-
@echo "Install with: pip install langchain-document-parser"
58+
@echo "Install with: pip install automated-document-parser"
5959

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.13",
2222
]
2323
dependencies = [
24+
"build>=1.3.0",
2425
"faiss-cpu>=1.12.0",
2526
"langchain>=0.3.0",
2627
"langchain-community>=0.3.0",

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ anyio==4.11.0
1212
# via httpx
1313
attrs==25.4.0
1414
# via aiohttp
15+
build==1.3.0
16+
# via automated-document-parser (pyproject.toml)
1517
certifi==2025.10.5
1618
# via
1719
# httpcore
@@ -136,6 +138,7 @@ ormsgpack==1.12.0
136138
# via langgraph-checkpoint
137139
packaging==25.0
138140
# via
141+
# build
139142
# faiss-cpu
140143
# huggingface-hub
141144
# langchain-core
@@ -162,6 +165,8 @@ pydantic-settings==2.11.0
162165
# via langchain-community
163166
pypdf==6.1.3
164167
# via automated-document-parser (pyproject.toml)
168+
pyproject-hooks==1.2.0
169+
# via build
165170
python-docx==1.2.0
166171
# via automated-document-parser (pyproject.toml)
167172
python-dotenv==1.2.1

0 commit comments

Comments
 (0)