File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers = [
2121 " Programming Language :: Python :: 3.13" ,
2222]
2323dependencies = [
24+ " build>=1.3.0" ,
2425 " faiss-cpu>=1.12.0" ,
2526 " langchain>=0.3.0" ,
2627 " langchain-community>=0.3.0" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ anyio==4.11.0
1212 # via httpx
1313attrs == 25.4.0
1414 # via aiohttp
15+ build == 1.3.0
16+ # via automated-document-parser (pyproject.toml)
1517certifi == 2025.10.5
1618 # via
1719 # httpcore
@@ -136,6 +138,7 @@ ormsgpack==1.12.0
136138 # via langgraph-checkpoint
137139packaging == 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
163166pypdf == 6.1.3
164167 # via automated-document-parser (pyproject.toml)
168+ pyproject-hooks == 1.2.0
169+ # via build
165170python-docx == 1.2.0
166171 # via automated-document-parser (pyproject.toml)
167172python-dotenv == 1.2.1
You can’t perform that action at this time.
0 commit comments