mirror of
https://github.com/bestnite/slide-translate.git
synced 2025-10-28 09:13:56 +00:00
init
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "slide-translate"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"docling>=2.57.0",
|
||||
"langchain>=1.0.2",
|
||||
"langchain-google-genai>=3.0.0",
|
||||
"langchain-ollama>=1.0.0",
|
||||
]
|
||||
Reference in New Issue
Block a user