Added requirements. /JL

This commit is contained in:
2025-04-19 20:31:45 +02:00
parent dbdba2e377
commit cf26bd02e1
3 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from .xbox_series_x_controller import XboxSeriesXController
from .generic_controller import GenericController
from .logitech_dual_action_controller import LogitechDualActionController
__version__ = "0.0.3"
__version__ = "0.0.4"
CONTROLLERS = {
"DualSense Wireless Controller": DualSenseController,