fix: Unregistration of users

Related to #97
This commit is contained in:
Swann
2020-07-15 13:50:46 +02:00
parent 8a3ab895e0
commit 25e988d423

View File

@ -45,7 +45,7 @@ from . import environment, utils
# TODO: remove dependency as soon as replication will be installed as a module
DEPENDENCIES = {
("replication", '0.0.14'),
("replication", '0.0.15'),
("deepdiff", '5.0.1'),
}