Files
markbench-tests/pyproject.toml
derek-hirotsu 4a65dcab64 Audit - poetry dependencies (#83)
* remove unused dependencies

* update changelog
2023-11-22 15:22:11 -08:00

19 lines
350 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"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"