forked from Addepto/graph_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 686 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (28 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "graph_builder"
version = "0.1.0"
description = ""
authors = ["Przemyslaw Sadowski <przemyslaw.sadowski@addepto.com>"]
readme = "README.md"
packages = [{ include = "entity_graph" }]
[tool.poetry.dependencies]
python = "^3.12"
pandas = "^2.3.1"
loguru = "^0.7.3"
pydantic-settings = "^2.10.1"
rich = "^14.0.0"
pdfplumber = "^0.11.7"
pymupdf = "^1.26.3"
msoffcrypto-tool = "^5.4.2"
xlrd = "^2.0.2"
openpyxl = "^3.1.5"
fastapi = "^0.116.1"
uvicorn = "^0.35.0"
python-multipart = "^0.0.20"
[tool.poetry.group.dev.dependencies]
black = "^25.1.0"
isort = "^6.0.1"
jupyter = "^1.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"