From 8832d668ec3f9cda551e2a708b4a6075279495d4 Mon Sep 17 00:00:00 2001 From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr> Date: Thu, 1 Apr 2021 19:28:50 +0200 Subject: [PATCH] update requirements --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3a3610f..7b75e17 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,14 @@ boto==2.49.0 certifi==2019.11.28 cffi==1.14.0 chardet==3.0.4 +conda==4.3.16 cryptography==2.8 idna==2.9 +Jinja2==2.11.3 +MarkupSafe==1.1.1 numpy==1.18.1 pandas==1.0.3 +pycosat==0.6.3 pycparser==2.20 pyOpenSSL==19.1.0 PySocks==1.7.1 @@ -15,6 +19,8 @@ pytz==2019.3 PyYAML==5.3.1 requests==2.23.0 requests-toolbelt==0.9.1 +ruamel.yaml==0.16.12 +ruamel.yaml.clib==0.2.2 six==1.14.0 urllib3==1.25.7 xlrd==1.2.0 -- GitLab