From bb52c3c19b612ea849328aeb2136b851fbab6e1d Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 2 Feb 2018 19:36:48 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20:=20d=C3=A9pendance=20=C3=A0=20psy?= =?UTF-8?q?copg2=20manquante=20(pour=20le=20mode=20production)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0eae921..7ed3315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ +coreapi==2.3.1 Django==1.11.9 +django-cors-headers==2.1.0 django-split-settings==0.2.5 +djangorestframework==3.6.4 +psycopg2==2.7.3.2 PyYAML==3.12 uWSGI==2.0.15 -djangorestframework==3.6.4 -coreapi==2.3.1 -django-cors-headers==2.1.0