update: add core functionality

This commit is contained in:
2026-04-17 14:40:46 -04:00
parent 1cebf30491
commit 82e4ed6fec
16 changed files with 1379 additions and 89 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Local-first CLI toolkit for managing a paper library"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"arxiv>=2.0.0",
"mineru[core]>=3.0.9",
"rich>=15.0.0",
"typer>=0.24.1",