init
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "akern"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi>=0.127.0",
|
||||
"google-cloud-discoveryengine>=0.17.0",
|
||||
"ipython>=9.8.0",
|
||||
"langchain>=1.2.10",
|
||||
"langchain-community>=0.4.1",
|
||||
"langchain-core>=1.2.13",
|
||||
"langchain-google-community>=3.0.5",
|
||||
"langchain-google-genai>=4.2.0",
|
||||
"langchain-google-vertexai>=3.2.0",
|
||||
"langchain-openai>=1.1.9",
|
||||
"python-dotenv>=1.2.1",
|
||||
"uvicorn>=0.40.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyright>=1.1.408",
|
||||
]
|
||||
Reference in New Issue
Block a user