Commit 8b633d8d by Kelketek

Update pytz to reflect upstream version change

In certain circumstances the version of Pytz in this file will conflict with versions of pytz required by edx-platform in `requirements/edx/base.txt`. This PR makes the version in this repository match.
parent 6155277d
...@@ -3,5 +3,5 @@ django>=1.4,<1.5 ...@@ -3,5 +3,5 @@ django>=1.4,<1.5
django-extensions==1.5.5 django-extensions==1.5.5
django-model-utils==1.4.0 django-model-utils==1.4.0
djangorestframework<2.4 djangorestframework<2.4
pytz==2012h pytz==2015.2
South==0.7.6 South==0.7.6
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment