fix: deepdiff dependency error, freezing it to 5.7.0.

This commit is contained in:
Swann Martinez 2022-08-07 14:36:36 +02:00
parent 4128a47b88
commit 15d66579c6

View File

@ -31,7 +31,7 @@ DEFAULT_CACHE_DIR = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "cache") os.path.dirname(os.path.abspath(__file__)), "cache")
REPLICATION_DEPENDENCIES = { REPLICATION_DEPENDENCIES = {
"zmq", "zmq",
"deepdiff" "deepdiff==5.7.0"
} }
LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs") LIBS = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")
REPLICATION = os.path.join(LIBS,"replication") REPLICATION = os.path.join(LIBS,"replication")