Skip to content

Commit

Permalink
Merge pull request #10 from nightfallai/pin-requirements
Browse files Browse the repository at this point in the history
pin requirements, add nightfall dependency
  • Loading branch information
cmshanahan authored Jul 18, 2024
2 parents 13a64a1 + bc8c31d commit 1488a22
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
apify-client
chromadb
langchain
langchain_community
openai
python-dotenv
streamlit
tiktoken
anthropic
apify-client ~= 1.7.0
chromadb ~= 0.5.3
langchain ~= 0.2.6
langchain_community ~= 0.2.6
openai ~= 1.35.10
python-dotenv ~= 1.0.1
streamlit ~= 1.36.0
tiktoken ~= 0.7.0
anthropic ~= 0.30.1
langchain_anthropic ~= 0.1.19
nightfall ~= 1.4.1

0 comments on commit 1488a22

Please sign in to comment.