This commit is contained in:
Vik Paruchuri
2025-10-15 16:06:57 -04:00
parent d511d5f9a6
commit a9ffa789c6
15 changed files with 724 additions and 177 deletions

View File

@@ -3,10 +3,12 @@ name = "chandra"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.14.2",
"filetype>=1.2.0",
"markdownify==1.1.0",
"openai>=2.2.0",
"pillow>=11.3.0",
"pydantic>=2.12.0",
"pydantic-settings>=2.11.0",
@@ -17,3 +19,6 @@ dependencies = [
"torch>=2.8.0",
"transformers>=4.57.0",
]
[tool.setuptools.packages.find]
include = ["chandra*"]