From 320be647faf9f1eec918dc8066072938b2903b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Mon, 3 Aug 2020 09:38:18 +0200 Subject: [PATCH] =?UTF-8?q?feat(deps):=20ajoute=20phpserialize=20pour=20li?= =?UTF-8?q?re/=C3=A9crire=20les=20objets=20php=20des=20db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/base.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/base.txt b/requirements/base.txt index e3702db..0444250 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,3 +2,7 @@ # ------------------------------------------------------------------------------ django >=3.0,<3.1 # https://www.djangoproject.com/ django-environ ==0.4.5 # https://github.com/joke2k/django-environ + +# PHP +# ------------------------------------------------------------------------------ +phpserialize