Skip to content

Commit c0ed9c3

Browse files
authored
Merge pull request #8 from Codeplain-ai/fix-requirements
Adding missing requirement (PyYAML).
2 parents 5b666a0 + 381a43f commit c0ed9c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ python-liquid2==0.3.0
22
mistletoe==1.3.0
33
requests==2.32.3
44
rich==13.9.4
5-
tiktoken==0.9.0
5+
tiktoken==0.9.0
6+
PyYAML==6.0.2

0 commit comments

Comments
 (0)