diff --git a/multi_user/environment.py b/multi_user/environment.py index a748cbc..79e57cc 100644 --- a/multi_user/environment.py +++ b/multi_user/environment.py @@ -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")