fix: Process "Quitting session" does not finish and gets stuck

Related to #101
This commit is contained in:
Swann
2020-07-15 14:46:48 +02:00
parent 25e988d423
commit e69e61117a

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.15'),
("replication", '0.0.16'),
("deepdiff", '5.0.1'),
}