feat: update replication to prevent UnpicklingError from crashing the network Thred

This commit is contained in:
Swann
2020-10-20 17:25:50 +02:00
parent 716c78e380
commit 7ee705332f

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = { DEPENDENCIES = {
("replication", '0.1.3'), ("replication", '0.1.4'),
} }