diff --git a/pyproject.toml b/pyproject.toml index c14451f..f5d8a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ dependencies = [ "gymnasium", "dm_control==1.0.14", "pyyaml", - "wget"] + "wget", + "gitpython"] requires-python = ">=3.8" authors = [{name="Firas Al-Hafez", email="fi.alhafez@gmail.com"}] diff --git a/requirements.txt b/requirements.txt index b05c32f..cc76c11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ mujoco==2.3.7 gymnasium dm_control==1.0.14 pyyaml -wget \ No newline at end of file +wget +gitpython \ No newline at end of file