mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-12 19:55:17 +02:00
chore(filesystem): remove uv project files
This commit is contained in:
parent
311c7b5f1c
commit
346eb0aa4f
2 changed files with 0 additions and 2012 deletions
|
|
@ -1,24 +0,0 @@
|
|||
[project]
|
||||
name = "pageindex"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"litellm==1.83.7",
|
||||
"openai-agents>=0.17.2",
|
||||
"pymupdf==1.26.4",
|
||||
"pypdf2==3.0.1",
|
||||
"pytest>=9.0.3",
|
||||
"python-dotenv==1.1.0",
|
||||
"pyyaml==6.0.2",
|
||||
"sqlite-vec>=0.1.9",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pifs = "pageindex.filesystem.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["pageindex"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue