feat: replication update

This commit is contained in:
Swann
2020-07-14 14:54:22 +02:00
parent c1c1628a38
commit 06a8e3c0ab
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ test:
script:
- git submodule init
- git submodule update
- apt-get update && apt-get install -y python3.7-dev
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y blender

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