Skip to content

Commit

Permalink
added all dependencies - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Oct 14, 2024
1 parent b5257d7 commit 8a41c83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ packages = [{include = "marker_api"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
fastapi = "^0.115.0"
celery = "^5.4.0"
uvicorn = "^0.31.1"
celery = {extras = ["redis"], version = "=5.3.6"}
flower = "^2.0.1"
hf-transfer = "^0.1.8"
huggingface-hub = "^0.25.1"
Expand All @@ -19,6 +20,9 @@ redis = "^5.1.1"
requests = "^2.32.3"
rich = "^13.9.2"
marker-pdf = "^0.2.17"
pynvml = "^11.5.3"
art = "^6.3"



[build-system]
Expand Down

0 comments on commit 8a41c83

Please sign in to comment.