Skip to content

Commit

Permalink
django toolbar transitive dependency prevents build
Browse files Browse the repository at this point in the history
See pypa/setuptools#942

The toolbar 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.
  • Loading branch information
RobinIsTheBird committed Feb 27, 2017
1 parent 885da27 commit dfa75ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dfa75ab

Please sign in to comment.