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 1b9c3cf
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 @@ -46,6 +46,7 @@
'pytest-pep8>=1.0.6',
'pytest>=2.8.3',
'simplejson>=3.8',
'SQLAlchemy-Utils~=0.0,>=0.33.0.',
]

extras_require = {
Expand Down

0 comments on commit 1b9c3cf

Please sign in to comment.