Skip to content

Commit

Permalink
Use correct Django version.
Browse files Browse the repository at this point in the history
graphite-web requires Django>=1.8,<1.9.99
  • Loading branch information
nsg committed Sep 30, 2017
1 parent 15f2f83 commit 49626dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ graphite_install_requirements:
- graphite-web==0.9.15
- carbon==0.9.15
1.0.2:
- Django==1.11
- Django==1.9.13
- django-tagging==0.4.3
- cairocffi==0.8.0
- pytz==2017.2
Expand All @@ -131,4 +131,4 @@ graphite_install_requirements:
- gunicorn==19.7.0
- graphite-web==1.0.2
- carbon==1.0.2
- whisper==1.0.2
- whisper==1.0.2

0 comments on commit 49626dc

Please sign in to comment.