Added pyproject.toml
This commit is contained in:
@@ -7,8 +7,8 @@ import os
|
||||
import pickle
|
||||
from threading import RLock
|
||||
|
||||
from core.serializer import Serializer
|
||||
from core.utils import get_stream_digest
|
||||
from dbengine.serializer import Serializer
|
||||
from dbengine.utils import get_stream_digest
|
||||
|
||||
TYPE_KEY = "__type__"
|
||||
TAG_PARENT = "__parent__"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import datetime
|
||||
|
||||
from core.utils import has_tag
|
||||
from dbengine.utils import has_tag
|
||||
|
||||
TAG_SPECIAL = "__special__"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import copy
|
||||
|
||||
from core.handlers import handlers
|
||||
from core.utils import has_tag, is_dictionary, is_list, is_object, is_set, is_tuple, is_primitive, importable_name, \
|
||||
get_class, get_full_qualified_name, is_enum
|
||||
from dbengine.handlers import handlers
|
||||
from dbengine.utils import *
|
||||
|
||||
TAG_ID = "__id__"
|
||||
TAG_OBJECT = "__object__"
|
||||
Reference in New Issue
Block a user