mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
Audit - poetry dependencies (#83)
* remove unused dependencies * update changelog
This commit is contained in:
@@ -6,32 +6,13 @@ authors = []
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
pywinauto = "0.6.8"
|
||||
pyyaml = "6.0.1"
|
||||
python-dotenv = "0.20.0"
|
||||
pyfiglet = "0.8.post1"
|
||||
PyAutoGUI = "^0.9.53"
|
||||
PyDirectInput = "^1.0.4"
|
||||
opencv-python = "^4.5.5"
|
||||
Pillow = "^9.1.1"
|
||||
psutil = "^5.9.1"
|
||||
pandas = "^1.4.2"
|
||||
imutils = "^0.5.4"
|
||||
matplotlib = "^3.5.2"
|
||||
protobuf = "^4.21.2"
|
||||
WMI = "^1.5.1"
|
||||
mss = "^7.0.1"
|
||||
requests = "^2.28.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.1.2"
|
||||
coverage = "^6.3.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
# https://docs.pytest.org/en/6.2.x/reference.html#ini-options-ref
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["./tests"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user