Files
markbench-tests/pyproject.toml

20 lines
369 B
TOML

[tool.poetry]
name = "markbench-tests"
version = "1.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.10"
PyAutoGUI = "^0.9.53"
PyDirectInput = "^1.0.4"
opencv-python = "^4.5.5"
psutil = "^5.9.1"
mss = "^7.0.1"
requests = "^2.28.2"
vgamepad = "0.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"