From 06a8e3c0ab8c999e70ca7fd0cec5faa8c8078be2 Mon Sep 17 00:00:00 2001 From: Swann Date: Tue, 14 Jul 2020 14:54:22 +0200 Subject: [PATCH] feat: replication update --- .gitlab/ci/test.gitlab-ci.yml | 1 - multi_user/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 4e66444..e066c78 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -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 diff --git a/multi_user/__init__.py b/multi_user/__init__.py index 1139918..8f0dff6 100644 --- a/multi_user/__init__.py +++ b/multi_user/__init__.py @@ -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'), }