From 74ddf7607f7407a6c46c4d6abc9cd7f6f82f611d Mon Sep 17 00:00:00 2001 From: Christophe Benz <christophe.benz@cepremap.org> Date: Fri, 13 Jul 2018 10:04:15 +0200 Subject: [PATCH] Specify URL to download dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bc7347..7472dcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dbnomics-data-model >= 0.8, < 0.9 +-e git+https://git.nomics.world/dbnomics/dbnomics-data-model.git#egg=dbnomics-data-model >= 0.8, < 0.9 dulwich == 0.18.6 humanize == 0.5.1 lxml -- GitLab