Skip to content

Commit

Permalink
poetry implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
chemik-bit committed Nov 26, 2023
1 parent d59f328 commit 5ca7f80
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ authors = ["chemik-bit <honza.michna.00@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8.1"
langchain = "^0.0.340"
openai = "^1.3.5"
chromadb = "^0.4.18"
tiktoken = "^0.5.1"
pydantic = "^2.5.2"
litellm = "^1.7.5"
ipykernel = "^6.26.0"


[build-system]
Expand Down

0 comments on commit 5ca7f80

Please sign in to comment.