diff --git a/pyproject.toml b/pyproject.toml index 88ddaff..a41dd2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Record mouse and keyboard actions and reproduce them identically authors = ["RMPR "] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.6" wxPython = "^4.0" pynput = "^1.6" pyautogui = "^0.9.48"