Skip to content

Commit

Permalink
import EncryptedType correctly from sqlalchemy_utils
Browse files Browse the repository at this point in the history
Signed-off-by: Dinika Saxena <[email protected]>
  • Loading branch information
Dinika Saxena committed Feb 19, 2018
1 parent 2c877c1 commit 82893db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_oauthclient/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from sqlalchemy.ext.mutable import MutableDict
from sqlalchemy.orm import backref
from sqlalchemy_utils import JSONType
from sqlalchemy_utils.types.encrypted import EncryptedType
from sqlalchemy_utils.types.encrypted.encrypted_type import EncryptedType


def _secret_key():
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

tests_require = [
'SQLAlchemy-Continuum>=1.2.1',
'SQLAlchemy-Utils~=0.0,>=0.33.0.',
'check-manifest>=0.25',
'coverage>=4.0',
'httpretty>=0.8.14',
Expand Down

0 comments on commit 82893db

Please sign in to comment.