Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranscaria authored Oct 21, 2024
1 parent c169ea2 commit 6c49daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ dependencies = [
"waitress~=2.1.2",
"Flask-Cors~=4.0.1",
"setuptools>=67",
"litellm~=1.49.2",
"openai~=1.51.2",
"langchain~=0.2.16"
]

[project.optional-dependencies]
langchain = ["langchain~=0.2.16"]
openai = ["openai~=1.51.2"]
litellm = ["litellm~=1.49.2"]
dev = ["pytest", "black", "isort"]

[project.urls]
Expand All @@ -63,4 +63,4 @@ target-version = ['py310']

[tool.isort]
profile = "black"
line_length = 88
line_length = 88

0 comments on commit 6c49daa

Please sign in to comment.