Skip to content

Commit

Permalink
Force six version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-gomez committed Sep 20, 2017
1 parent 81a7c69 commit 37e4272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Shapely==1.5.17
django-exclusivebooleanfield==0.3.0
django-jsonfield-compat==0.4.4
django-environ==0.4.3
# There's an issue with six 1.11 and autocomplete-light
# See https://github.com/yourlabs/django-autocomplete-light/issues/914
# Force working version of six
six==1.10

1 comment on commit 37e4272

@jpic
Copy link

@jpic jpic commented on 37e4272 Sep 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really, add 4 lines here instead of removing 1 line in DAL, I don't understand how this world works sometimes lol

Please sign in to comment.