dependencies et .gitignore
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user