feat: use pickle Cython implementation when its available

This commit is contained in:
Swann
2020-11-14 09:51:17 +01:00
parent d85db295a5
commit fbb32147b9

View File

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