refactor: lobby ui

This commit is contained in:
Swann
2020-07-24 16:02:19 +02:00
parent 20f8c25f55
commit 6c2ee0cad3
3 changed files with 31 additions and 15 deletions

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