fix: deepdiff dependency error, freezing it to 5.7.0.
This commit is contained in:
parent
4128a47b88
commit
15d66579c6
@ -31,7 +31,7 @@ DEFAULT_CACHE_DIR = os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)), "cache")
|
||||
REPLICATION_DEPENDENCIES = {
|
||||
"zmq",
|
||||
"deepdiff"
|
||||
"deepdiff==5.7.0"
|
||||
}
|
||||
LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")
|
||||
REPLICATION = os.path.join(LIBS,"replication")
|
||||
|
Loading…
Reference in New Issue
Block a user