Skip to content

Commit

Permalink
Merge pull request #53 from JVickery-TBS/removal/ckantoolkit
Browse files Browse the repository at this point in the history
Use `ckan.plugin.toolkit` Over `ckantoolkit`
  • Loading branch information
wardi authored Jan 24, 2025
2 parents 1c29c01 + 3391457 commit 4e9340a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ckanext/fluent/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import re
import six

from ckan.plugins.toolkit import missing, get_validator, Invalid
from ckantoolkit import config, _
from ckan.plugins.toolkit import missing, get_validator, Invalid, config, _

from ckanext.fluent.helpers import (
fluent_form_languages, fluent_alternate_languages)
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming
six
ckantoolkit>=0.0.7

0 comments on commit 4e9340a

Please sign in to comment.