mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-01 09:25:05 -04:00
poetry init
This commit is contained in:
Generated
+1865
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "streamlit-agent"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Tim Conkling <tconkling@gmail.com>"]
|
||||
license = "Apache 2.0"
|
||||
readme = "README.md"
|
||||
packages = [{include = "streamlit_agent"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
langchain = ">=0.0.211"
|
||||
streamlit = "^1.23.1"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user