From a508146815f55a2e04ffabea280621eed4da92d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Fri, 22 Dec 2023 12:31:27 +0200 Subject: [PATCH] Upgrade python pip libraries that no longer work with python v3.7 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 894004b..817824c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -e git+https://github.com/uniqueg/cwl-tes.git@57a193cabab2444bc9b661f83011837bd5ed571a#egg=cwl-tes -cwltool==1.0.20181217162649 +cwltool==1.0.20191225192155 drs-cli==0.2.3 foca==0.7.0 gunicorn==19.9.0 py-tes==0.4.2 python-dateutil==2.6.1 -ruamel.yaml==0.15.51 \ No newline at end of file +ruamel.yaml==0.15.100