From f91c959a0761caa70c4ace33e0f11b2c07b143a6 Mon Sep 17 00:00:00 2001 From: "thomas.woehlke" <thomas.woehlke@rub.de> Date: Tue, 9 Feb 2021 15:54:21 +0100 Subject: [PATCH] Default task --- requirements-tools.txt | 8 ++++++++ requirements.txt | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 requirements-tools.txt diff --git a/requirements-tools.txt b/requirements-tools.txt new file mode 100644 index 00000000..e48e28ef --- /dev/null +++ b/requirements-tools.txt @@ -0,0 +1,8 @@ +# -------------------------------------------------------------- +# Covid 19 Data - Requirements Tools +# -------------------------------------------------------------- +setuptools==53.0.0 +pip==21.0.1 +pip-licenses==3.3.0 +wheel==0.36.2 +#------------------------------------------ diff --git a/requirements.txt b/requirements.txt index c9d716b2..882fa59a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # -------------------------------------------------------------- # Covid 19 Data - Requirements # -------------------------------------------------------------- -setuptools==53.0.0 -pip==21.0.1 -pip-licenses==3.3.0 -wheel==0.36.2 +#setuptools==53.0.0 +#pip==21.0.1 +#pip-licenses==3.3.0 +#wheel==0.36.2 #------------------------------------------ dash>=1.19.0 dash-extensions>=0.0.45 -- GitLab