-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (35 loc) · 803 Bytes
/
pyproject.toml
File metadata and controls
39 lines (35 loc) · 803 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
33
34
35
36
37
38
39
[project]
name = "Auto_Resonance"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Night-stars-1", email = "nujj1042633805@gmail.com"},
]
dependencies = [
"Pillow==10.3.0",
"loguru==0.7.2",
"numpy==1.26.4",
"opencv-python==4.9.0.80",
"orjson>=3.10.0",
"pydantic>=2.6.4",
"watchdog>=4.0.0",
"adb-shell>=0.4.4",
"onnxocr-ppocrv4>=0.0.5",
"requests>=2.32.4",
"psutil>=7.0.0",
"PySide6-Fluent-Widgets[full]>=1.8.3",
"onnxruntime>=1.22.1"
]
requires-python = "<3.13,>=3.11"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.1.1",
"pyinstaller==6.13.0",
]