Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #78 from boundlessgeo/back-port-six
Browse files Browse the repository at this point in the history
Version constrain six
  • Loading branch information
bitner authored Sep 22, 2017
2 parents 4705853 + 95d037f commit 5c8d0ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@
"django-bootstrap3-datetimepicker>=2.2.3",

# AWS S3 dependencies
"django-storages>=1.1.8"
"django-storages>=1.1.8",

# https://github.com/benjaminp/six/issues/210
"six==1.10.0"
],
zip_safe=False,
)

0 comments on commit 5c8d0ea

Please sign in to comment.