Skip to content

Commit

Permalink
Enable google analytics (#224)
Browse files Browse the repository at this point in the history
* for google analytics

* Upgrade pyopenssl

* update ckanext-zarr

---------

Co-authored-by: toavina <[email protected]>
  • Loading branch information
A-Souhei and toavina authored Jan 16, 2025
1 parent ef661e2 commit 4a1d4e4
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 110 deletions.
7 changes: 7 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ ckan = {path = "./ckan"}
ckanext-zarr = {editable = true, path = "./ckanext-zarr"}
ckanext-fjelltopp-theme = {editable = true, ref = "v1.0.1", git = "https://github.com/fjelltopp/ckanext-fjelltopp-theme.git"}

# Google analytics and dependencies
ckanext-googleanalytics = {editable = true, ref = "6769343bdb3ea519213092c0f752d9e47e8d3834", git = "https://github.com/fjelltopp/ckanext-googleanalytics4.git"}
gdata = "~=2.0"
google-api-python-client = ">=1.6.1, <1.7.0"
pyOpenSSL = "==24.2.1"
rsa = ">=3.1.4, <=4.0"

[dev-packages]
beautifulsoup4 = "*"
cookiecutter = "*"
Expand Down
Loading

0 comments on commit 4a1d4e4

Please sign in to comment.