forked from AI_team/Philosophy-RAG-demo
➖ Remove dotenv dependency
This commit is contained in:
parent
9777c2ff74
commit
498b06bb3b
@ -7,7 +7,6 @@ requires-python = ">=3.12,<3.13"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"beautifulsoup4>=4.13.3",
|
"beautifulsoup4>=4.13.3",
|
||||||
"chainlit>=2.3.0",
|
"chainlit>=2.3.0",
|
||||||
"dotenv>=0.9.9",
|
|
||||||
"langchain>=0.3.20",
|
"langchain>=0.3.20",
|
||||||
"langchain-aws>=0.2.15",
|
"langchain-aws>=0.2.15",
|
||||||
"langchain-chroma>=0.2.2",
|
"langchain-chroma>=0.2.2",
|
||||||
|
|||||||
@ -117,8 +117,6 @@ distro==1.9.0
|
|||||||
# posthog
|
# posthog
|
||||||
docstring-parser==0.16
|
docstring-parser==0.16
|
||||||
# via google-cloud-aiplatform
|
# via google-cloud-aiplatform
|
||||||
dotenv==0.9.9
|
|
||||||
# via sogeti-generic-rag-demo (pyproject.toml)
|
|
||||||
durationpy==0.9
|
durationpy==0.9
|
||||||
# via kubernetes
|
# via kubernetes
|
||||||
effdet==0.4.1
|
effdet==0.4.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user