Skip to content

Commit

Permalink
upgrade ckanserviceprovider to 1.2.0
Browse files Browse the repository at this point in the history
this fixes a problem with an unsupported flask version of 3.0.0 that was
solved in the commit:

ckan/ckan-service-provider@b467d44
  • Loading branch information
Abraham Toriz committed Oct 24, 2023
1 parent 3db7fd9 commit 3127cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datapusher/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import ckanserviceprovider.web as web

import .jobs
from . import jobs
from .config import config

# check whether jobs have been imported properly
Expand Down
2 changes: 1 addition & 1 deletion datapusher/settings.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .config import *
from datapusher.config import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
install_requires=[
"APScheduler == 3.9.1.post1",
"python-dotenv",
'ckanserviceprovider == 1.1.0',
'ckanserviceprovider == 1.2.0',
'requests',
"psycopg2-binary",
'datasize',
Expand Down

0 comments on commit 3127cc0

Please sign in to comment.