From c2e9c0291536cd04389e0d275318d97d59de2010 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 23 May 2021 12:22:55 +0300
Subject: [PATCH] Pin to an older version of the docker package.

There's an issue with version 5.0.0, it requires six but it's missing
from the package requirements. Pin to an older version until it's fixed.
---
 requirements.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e540f67..46c17ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,5 @@
-docker
+# Until https://github.com/docker/docker-py/issues/2842 and
+# https://github.com/docker/docker-py/issues/2807 are resolved.
+docker<5
 flask
 gunicorn
-- 
GitLab