diff --git a/software/pyproject.toml b/software/pyproject.toml index dad8367..689b070 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml @@ -28,7 +28,7 @@ psutil = "^5.9.8" typer = "^0.9.0" platformdirs = "^4.2.0" rich = "^13.7.1" -open-interpreter = {path = "/Users/daniel/Desktop/Projects/OpenSource-Contribution/open-interpreter"} +open-interpreter = {extras = ["os"], version = "^0.2.4"} dateparser = "^1.2.0" pytimeparse = "^1.1.8" python-crontab = "^3.0.0"