specify crypto to none
This commit is contained in:
@ -12,6 +12,7 @@ from sqlalchemy.types import TypeDecorator
|
|||||||
|
|
||||||
from ormar import ModelDefinitionError
|
from ormar import ModelDefinitionError
|
||||||
|
|
||||||
|
cryptography = None
|
||||||
try:
|
try:
|
||||||
import cryptography
|
import cryptography
|
||||||
from cryptography.fernet import Fernet
|
from cryptography.fernet import Fernet
|
||||||
|
|||||||
Reference in New Issue
Block a user