-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
54 lines (48 loc) · 1.09 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
[tool.poetry]
name = "snipai"
version = "0.0.1"
description = "snip.ai"
authors = [
"nguyennpa412 <[email protected]>",
"tisu19021997 <[email protected]>",
]
license = "MIT"
[tool.poetry.dependencies]
python = "3.11.10"
pyqt6 = "^6.7.1"
scipy = "^1.14.1"
llvmlite = "0.41.0"
librosa = "^0.10.2.post1"
pyyaml = "^6.0.2"
pillow = "^11.0.0"
PyQt6-Fluent-Widgets = { git = "https://github.com/zhiyiYo/PyQt-Fluent-Widgets.git", branch = "PyQt6", extras = [
"full",
] }
pynput = "^1.7.7"
loguru = "^0.7.2"
pydantic = "^2.9.2"
openai = "^1.52.2"
llama-cpp-python = "^0.3.1"
huggingface-hub = "^0.26.2"
ollama = "0.4.4"
instructor = "^1.6.3"
pyqt6-frameless-window = "^0.4.3"
darkdetect = "^0.8.0"
colorthief = "^0.2.1"
sqlmodel = "^0.0.22"
sqlite-vec = "^0.1.6"
sentence-transformers = "^3.3.1"
pyexiv2 = "^2.15.3"
xattr = "^1.1.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"
isort = "^5.13.2"
pre-commit = "^4.0.1"
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
[tool.ruff]
line-length = 79