feat: add recorder UI
This commit is contained in:
@@ -4,4 +4,8 @@ version = "0.1.0"
|
||||
description = "Rally racing game for ML"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["pygame>=2.6.1"]
|
||||
dependencies = [
|
||||
"pygame>=2.6.1",
|
||||
"pyqt6>=6.9.1",
|
||||
"qasync>=0.28.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user