Skip to content

Commit 5626489

Browse files
authored
Merge pull request #1555 from kga245/master
Fix Railway deployment: Add missing dependencies from LangChain migration
2 parents b16b420 + c16068d commit 5626489

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ requests>=2.31.0
4646
pyyaml>=6.0.1
4747
jinja2>=3.1.6
4848
loguru>=0.7.2
49+
colorama>=0.4.6
4950

5051
# Output Formats
5152
md2pdf>=1.0.1
@@ -60,4 +61,6 @@ langchain-mcp-adapters>=0.1.0
6061
sqlalchemy>=2.0.28
6162
python-multipart>=0.0.6
6263
json-repair>=0.29.8
64+
json5>=0.9.25
65+
markdown>=3.5.1
6366

0 commit comments

Comments
 (0)