mirror of
https://github.com/datalab-to/chandra.git
synced 2026-04-29 05:19:59 +00:00
Cleanups
This commit is contained in:
@@ -11,7 +11,9 @@ authors = [
|
||||
keywords = ["ocr", "pdf", "markdown", "layout"]
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.14.2",
|
||||
"click>=8.0.0",
|
||||
"filetype>=1.2.0",
|
||||
"flask>=3.0.0",
|
||||
"markdownify==1.1.0",
|
||||
"openai>=2.2.0",
|
||||
"pillow>=10.2.0",
|
||||
@@ -26,8 +28,14 @@ dependencies = [
|
||||
"streamlit>=1.50.0"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"] # or "setuptools>=61", "flit-core", etc.
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.scripts]
|
||||
chandra = "chandra_cli:main"
|
||||
chandra = "chandra.scripts.cli:main"
|
||||
chandra_app = "chandra.scripts.run_app:main"
|
||||
chandra_screenshot = "chandra.scripts.screenshot_app:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["chandra*"]
|
||||
|
||||
Reference in New Issue
Block a user