Skip to content

Commit

Permalink
feat: upgrade frictionless
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Jul 5, 2023
1 parent bfb18c2 commit dbe21f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ python-dotenv = "==1.0.0"
python-jose = "==3.3.0"
setuptools = "==67.2.0"
raven = "==6.10.0"
frictionless = "==5.0.0b9"
frictionless = ">=5.13.1"
tableschema = "*"

[dev-packages]
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ckan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -rf /usr/lib/adx/submodules/ckan/ckan/pastertemplates/template/ckanext_+proje
cd /usr/lib/adx/ || exit 1
pipenv sync --dev
pipenv run python -m pip install --no-warn-conflicts jinja2==2.11
pipenv run python -c "import jinja2; print(jinja2.__version__)"
echo "installed python packages"
pipenv run python -m pip freeze
echo "show current dir"
ls -la
Expand Down

0 comments on commit dbe21f4

Please sign in to comment.