Skip to content

Commit 1cb3e9e

Browse files
committed
revert changes; yes: poetry works; no: pip install .
1 parent 316075f commit 1cb3e9e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
[project]
1+
[tool.poetry]
22
name = "generative-ai-with-langchain"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Build large language model (LLM) apps with Python, ChatGPT and other models.."
55
authors = [
66
"Ben Auffarth <[email protected]>",
77
]
88
readme = "README.md"
99
repository = "https://github.com/benman1/generative_ai_with_langchain"
1010
keywords = ["llms", "langchain", "ai", "chatgpt", "gpt", "openai", "huggingface", "claude3", "claude", "gemini"]
11-
dynamic = ["dependencies"]
1211

1312
[pylint.FORMAT]
1413
max-line-length = 120
1514

16-
[tool.setuptools.dynamic]
17-
dependencies = { file = ["requirements.txt"] }
18-
1915
[tool.poetry.dependencies]
2016
# poetry doesn't seem to support dynamic dependencies - we have to keep this in sync with requirements.txt...
2117
python = "^3.11"

0 commit comments

Comments
 (0)