Skip to content

Commit

Permalink
updates detailed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Nov 26, 2023
1 parent 7553bd6 commit 78120e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
#
# pip-compile ./requirements.in
#
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via nltk
idna==3.6
# via requests
joblib==1.3.2
# via nltk
llama-cpp-python==0.1.39
Expand All @@ -14,7 +20,11 @@ nltk==3.8.1
# via -r ./requirements.in
regex==2023.10.3
# via nltk
requests==2.31.0
# via -r ./requirements.in
tqdm==4.66.1
# via nltk
typing-extensions==4.8.0
# via llama-cpp-python
urllib3==2.1.0
# via requests

0 comments on commit 78120e5

Please sign in to comment.