mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
added virtual gamepad library to poetry dependencies
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
@@ -558,7 +558,17 @@ secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.
|
||||
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
zstd = ["zstandard (>=0.18.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "vgamepad"
|
||||
version = "0.1.0"
|
||||
description = "Virtual XBox360 and DualShock4 gamepads in python"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "vgamepad-0.1.0.tar.gz", hash = "sha256:57f6bd01aec0c172947517fb782d150ef9b285f7f4d524c317374fa5c24a89de"},
|
||||
]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "b89c2d37e62ecedbde7374aeab72cb63875c457112ff0e44e7063a9b0d7ae7f4"
|
||||
content-hash = "46e4325b06070510beba96a2fd5b50d47beaeeedf64cc9bd5687e634ff9f6b9a"
|
||||
|
||||
@@ -12,6 +12,7 @@ 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"]
|
||||
|
||||
Reference in New Issue
Block a user