From 33ab2625e7b118017e00c94e32cae9036a91e192 Mon Sep 17 00:00:00 2001 From: Dominique Hansen Date: Thu, 12 Jan 2023 09:49:05 +0100 Subject: [PATCH] Update gitpython --- Pipfile | 3 ++- Requirements.txt | 50 ++++++++++++++++++++++++------------------------ 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/Pipfile b/Pipfile index 59e4af5..57e1bf3 100644 --- a/Pipfile +++ b/Pipfile @@ -18,4 +18,5 @@ paneldata-pipeline = {editable = true, path = "."} [packages] pandas = "*" frictionless = "*" -tabulate = "*" \ No newline at end of file +tabulate = "*" +gitpython = "<=3.1.30" diff --git a/Requirements.txt b/Requirements.txt index b53e4e2..bc9b7f5 100644 --- a/Requirements.txt +++ b/Requirements.txt @@ -1,36 +1,36 @@ -i https://pypi.org/simple -attrs==21.4.0 -certifi==2022.6.15 -chardet==5.0.0 -charset-normalizer==2.1.0 -click==8.1.3 +attrs==21.4.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +certifi==2022.6.15 ; python_version >= '3.6' +chardet==5.0.0 ; python_version >= '3.6' +charset-normalizer==2.1.0 ; python_version >= '3.6' +click==8.1.3 ; python_version >= '3.7' colorama==0.4.5 -decorator==5.1.1 +decorator==5.1.1 ; python_version >= '3.5' frictionless==4.40.3 -idna==3.3 +idna==3.3 ; python_version >= '3.5' isodate==0.6.1 -jinja2==3.1.2 -jsonschema==4.6.1 -marko==1.2.1 -markupsafe==2.1.1 -numpy==1.23.0 +jinja2==3.1.2 ; python_version >= '3.7' +jsonschema==4.6.1 ; python_version >= '3.7' +marko==1.2.1 ; python_version >= '3.6' +markupsafe==2.1.1 ; python_version >= '3.7' +numpy==1.23.0 ; python_version < '3.10' and platform_machine != 'aarch64' and platform_machine != 'arm64' pandas==1.4.3 -petl==1.7.10 -pyrsistent==0.18.1 -python-dateutil==2.8.2 -python-slugify==6.1.2 +petl==1.7.10 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +pyrsistent==0.18.1 ; python_version >= '3.7' +python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +python-slugify==6.1.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' pytz==2022.1 -pyyaml==6.0 -requests==2.28.1 -rfc3986==2.0.0 +pyyaml==6.0 ; python_version >= '3.6' +requests==2.28.1 ; python_version >= '3.7' and python_version < '4' +rfc3986==2.0.0 ; python_version >= '3.7' shellingham==1.4.0 simpleeval==0.9.12 -six==1.16.0 +six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' stringcase==1.2.0 -tableschema-to-template==0.0.12 +tableschema-to-template==0.0.12 ; python_version >= '3.6' tabulate==0.8.10 text-unidecode==1.3 -typer[all]==0.4.2 -urllib3==1.26.9 -validators==0.20.0 -xlsxwriter==3.0.3 +typer[all]==0.4.2 ; python_version >= '3.6' +urllib3==1.26.9 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' +validators==0.20.0 ; python_version >= '3.4' +xlsxwriter==3.0.3 ; python_version >= '3.4'