Skip to content

Commit 2aafe09

Browse files
committed
update requirements
1 parent 3db00bc commit 2aafe09

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The diagram below explains how information is generated for the about page, show
117117

118118
![Bundle install terminal](/assets/images/bundle_install_terminal.png)
119119

120-
- Afterwards, run the command `pip install -r requirements-dev.txt` to install the python dev dependencies.
120+
- Afterwards, run the command `pip install -r requirements.txt` to install the python dev dependencies.
121121

122122
![Pip install terminal](/assets/images/pip_install_terminal.png)
123123

requirements-dev.txt renamed to requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ pre-commit
66
typer
77

88
# Automation
9-
langchain
10-
langchain_community
11-
langchain_ollama
129
rich
13-
python-frontmatter
1410

1511
# Testing
1612
ephemeral_port_reserve

0 commit comments

Comments
 (0)