From 032d43722ab6c934a655a843271f6593c0f9af7b Mon Sep 17 00:00:00 2001 From: Julian Engel Date: Tue, 21 Nov 2017 15:34:43 +0200 Subject: [PATCH] removed wsgiref which causes heroku build to fail I've removed wsgiref form the requirements, given it comes shipped in python 3. See https://stackoverflow.com/questions/31013976/django-1-8-deployment-error-on-heroku for more details. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d639b50..6b6b34e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,4 @@ itsdangerous==0.23 plivo==0.9.4 redis==2.9.0 requests==2.2.0 -wsgiref==0.1.2 yolk==0.4.3