dependencies et .gitignore

This commit is contained in:
2026-08-22 13:45:04 +02:00
parent b9e9d00e7d
commit 2921d5ec8e
3 changed files with 88 additions and 12 deletions
+15
View File
@@ -7,6 +7,21 @@ name = "copienator"
version = "0.1.0"
description = "Workflow assistant for preparing and correcting scanned exams"
requires-python = ">=3.11"
dependencies = [
"numpy",
"pandas",
"matplotlib",
"Pillow",
"pydantic",
"pypdf",
"pdf2image",
"reportlab",
"img2pdf",
"PyMuPDF",
"ftfy",
"ezodf",
"google-genai",
]
[project.scripts]
copienator = "copienator.dispatcher:main"