Skip to content

Commit

Permalink
fix: make minor changes based on code review by @tomeksabala
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 9, 2023
1 parent 2ef48c9 commit 9025d6d
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 261 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fanstatic = "==1.1"
feedgen = "==0.9.0"
flask-babel = "==1.0.0"
flask-multistatic = "==1.0"
flask = ">=1.1.1"
flask = "~=1.1.1"
funcsigs = "==1.0.2"
idna = "==3.3"
itsdangerous = "==1.1.0"
Expand Down Expand Up @@ -85,7 +85,7 @@ importlib-resources = "*"
cffi = "==1.14.5"
cryptography = "~=3.4.7"
pycparser = "==2.20"
typing-extensions = ">=4.3.0"
typing-extensions = "~=4.3.0"
typing = "==3.7.4.3"
ckantoolkit = ">=0.0.3"
python-slugify = "==4.0.0"
Expand All @@ -107,7 +107,7 @@ raven = "==6.10.0"
frictionless = {editable = true, ref = "jinja2_2_10_1", git = "https://github.com/fjelltopp/frictionless-py", extras=["ckan"]}
frictionless-geojson = {editable = true, ref = "v1.1.0rc1", git = "https://github.com/fjelltopp/frictionless-geojson"}
jinja2 = "==2.10.1"
tableschema = "*"
tableschema = "==1.20.2"

[dev-packages]
beautifulsoup4 = "==4.9.1"
Expand Down

0 comments on commit 9025d6d

Please sign in to comment.