-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
45 lines (41 loc) · 1005 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
42
43
44
45
[tool.poetry]
name = "rose-script-actuator"
version = "0.0.1"
description = ""
authors = ["5656565566 <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
pyautogui = "^0.9.54"
adbutils = "^2.7.2"
opencv-python = "^4.10.0.84"
paddleocr = "^2.8.0"
pyyaml = "^6.0.1"
loguru = "^0.7.2"
pydantic = "^2.8.2"
pydantic-core = "^2.20.1"
annotated-types = "^0.7.0"
psutil = "^6.0.0"
httpx = {extras = ["asyncio"], version = "^0.28.1"}
paddlepaddle = "^2.6.2"
httpcore = {extras = ["asyncio"], version = "^1.0.7"}
keyboard = "^0.13.5"
pydirectinput = "^1.0.4"
pyperclip = "^1.9.0"
selenium = "^4.26.1"
lupa = "^2.4"
textual = "^1.0.0"
win32-setctime = "^1.2.0"
fuzzywuzzy = "^0.18.0"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
pythonpath = [".", "actuator"]
filterwarnings = [
"ignore::DeprecationWarning"
]