first usable type
This commit is contained in:
@ -6,8 +6,12 @@ authors = [
|
||||
{name = "deng",email = "deng@guineapig.love"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = "~=3.13"
|
||||
dependencies = [
|
||||
"streamlit>=1.45.0,<2.0.0",
|
||||
"langchain>=0.3.0,<0.4.0",
|
||||
"langchain-openai>=0.3.0,<0.4.0",
|
||||
"langchain-community>=0.3.0,<0.4.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
Reference in New Issue
Block a user