From 79d29a1598a6cfeeeb889f9df71b7fa73f855b27 Mon Sep 17 00:00:00 2001
From: Kenzo-Hugo Hillion <kenzo-hugo.hillion1@pasteur.fr>
Date: Thu, 19 Dec 2019 14:08:10 +0100
Subject: [PATCH] remake install editable for the moment

---
 backend/Pipfile      | 2 +-
 backend/Pipfile.lock | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/backend/Pipfile b/backend/Pipfile
index bb72690..cda25f1 100644
--- a/backend/Pipfile
+++ b/backend/Pipfile
@@ -52,7 +52,7 @@ sqlparse = "*"
 urllib3 = "*"
 Django = "*"
 PyJWT = "*"
-metagenedb = {path = "."}
+metagenedb = {editable = true,path = "."}
 drf-yasg = "*"
 packaging = "*"
 python-slugify = "*"
diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock
index 50b72d1..85a3264 100644
--- a/backend/Pipfile.lock
+++ b/backend/Pipfile.lock
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "0ab6318e3ebad7dbf2c7f1b4fc9123cd9125ff5507718d52c0a02bdef28c751b"
+            "sha256": "a537f0bc55008c51fb8a1e1193186dac3c57c78e9bf579b283775b7de8a5f791"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -214,6 +214,7 @@
             "version": "==3.3.0"
         },
         "metagenedb": {
+            "editable": true,
             "path": "."
         },
         "numpy": {
-- 
GitLab