jcbowyer's picture
Clean HuggingFace deployment without binary files
e59d91d
Raw
History Blame Contribute Delete
572 Bytes
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "communityone-accessibility"
version = "0.1.0"
description = "Bulk WCAG/PDF accessibility scanning subsystem (axe, Pa11y, Lighthouse, veraPDF) with bronze persisters; Node/Docker/Lambda assets ride along in the package dir."
requires-python = ">=3.11"
dependencies = [
"core-lib",
"httpx>=0.27",
"psycopg2-binary>=2.9",
"python-dotenv>=1.0",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.uv.sources]
core-lib = { workspace = true }