forked from chaos-water/Magic-BI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (37 loc) · 834 Bytes
/
pyproject.toml
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
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "magic-bi"
version = "0.1.1"
description = ""
authors = ["chaoswater"]
license = "AGPL"
readme = "README.md"
[[tool.poetry.source]]
name = "tuna"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
priority = "primary"
[tool.poetry.dependencies]
python = "^3.12"
uvicorn = "^0.31.0"
loguru = "^0.7.2"
fastapi = "^0.115.0"
pillow = "^10.4.0"
numpy = "^2.1.1"
openai = "^1.51.0"
sqlalchemy = "^2.0.35"
sqlalchemy-utils = "^0.41.2"
minio = "^7.2.9"
sentence-transformers = "^3.1.1"
qdrant-client = "^1.11.3"
flagembedding = "^1.2.11"
peft = "^0.13.0"
elasticsearch = "^8.15.1"
pika = "^1.3.2"
python-docx = "^1.1.2"
fitz = "^0.0.1.dev2"
pymupdf = "^1.24.10"
pytesseract = "^0.3.13"
psycopg2 = "^2.9.9"
python-multipart = "^0.0.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"