refactor: move deepdiff dependency to replication

This commit is contained in:
Swann 2020-08-27 10:45:54 +02:00
parent 6475b4fc08
commit bb5b9fe4c8
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -43,10 +43,8 @@ from bpy.app.handlers import persistent
from . import environment, utils
# TODO: remove dependency as soon as replication will be installed as a module
DEPENDENCIES = {
("replication", '0.0.20'),
("deepdiff", '5.0.1'),
}