From 9e70bb65627f0b934aa1d22195a18778fba2d592 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 22 Aug 2020 01:35:36 +0200 Subject: Add gitpython ~=3.1.7 as a dependency. We'll need this to fetch the hash. --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 0f794078..d23d28e6 100644 --- a/Pipfile +++ b/Pipfile @@ -20,6 +20,7 @@ pyyaml = "~=5.1" pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} django-allauth = "~=0.41" sentry-sdk = "~=0.14" +gitpython = "~=3.1.7" [dev-packages] coverage = "~=5.0" -- cgit v1.2.3