From 8b0d2bbd68dc5f4e760d34292056797e9301a3c2 Mon Sep 17 00:00:00 2001 From: Robin Schaufler Date: Fri, 24 Feb 2017 17:02:13 -0500 Subject: [PATCH] Transitive dependency prevents build https://github.com/pypa/setuptools/issues/942 Something was bringing in setuptools v34, which has a broken dependency on a module named 'packaging'. Downgrade to v33.1.1 allows a dev build to complete. --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 08fd879dc..9d3fbe4b9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,5 @@ # django-debug-toolbar==1.5 # https://django-debug-toolbar.readthedocs.io/en/stable/changes.html +setuptools==33.1.1 django-extensions==1.7.4 ipython==5.1.0 ipdb==0.10.1