From 5f3c4d3b7af5326e17188ca3844a7e87e69e5d5d Mon Sep 17 00:00:00 2001
From: schroeder5 <s.schroeder@fz-juelich.de>
Date: Tue, 26 May 2020 12:08:03 +0200
Subject: [PATCH] adapt requirements.txt for CI (future: perhaps two
 requirement.txts)

---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index f2f291a..9916ed6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,7 +30,8 @@ python-multipart==0.0.5
 pytz==2019.3
 requests==2.23.0
 Shapely==1.7.0
-six==1.14.0
+# do not install this for CI (it is already in the runner)
+# six==1.14.0
 sqlacodegen==2.1.0
 SQLAlchemy==1.3.16
 SQLAlchemy-Utils==0.36.5
-- 
GitLab