Skip to content

Commit

Permalink
Update gitpython
Browse files Browse the repository at this point in the history
  • Loading branch information
hansendx committed Jan 12, 2023
1 parent b48b421 commit 33ab262
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ paneldata-pipeline = {editable = true, path = "."}
[packages]
pandas = "*"
frictionless = "*"
tabulate = "*"
tabulate = "*"
gitpython = "<=3.1.30"
50 changes: 25 additions & 25 deletions Requirements.txt
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 33ab262

Please sign in to comment.