specify crypto to none

This commit is contained in:
collerek
2021-03-09 17:06:18 +01:00
parent f424e65a40
commit 5695bb8f57

View File

@ -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