From 52efe1812eefd4f08b382089156dcf9aa4c22f39 Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Mon, 18 Dec 2017 07:57:37 -0500 Subject: [PATCH] Freeze requirements Now that Django 2.0 is out, we need to freeze to stick to Python 2.7 --- REQUIREMENTS.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 1466acb..8a4a059 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,7 +1,8 @@ -django -djangorestframework -django-cors-headers -pyyaml -markdown -docutils -pygments +Django==1.11.5 +django-cors-headers==2.1.0 +djangorestframework==3.6.4 +docutils==0.14 +Markdown==2.6.9 +Pygments==2.2.0 +pytz==2017.2 +PyYAML==3.12