From d522663345354fa46ce958cccc7f8e07aff13141 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Fri, 14 Apr 2023 17:33:59 +0200 Subject: [PATCH] Remove gitpython requirement --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 803476bd4f..190e64a51d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,6 @@ django-rq==2.7.0 djangorestframework==3.12.4 djangorestframework-simplejwt==5.2.2 drf-spectacular==0.18.2 -gitpython==3.1.27 python-gitlab==3.14.0 python-memcached==1.59 pytz==2023.3 -- GitLab