Commit 717b1195 by Tyler Hallada

eucalyptus: Pin path.py for old i18n-tools version

The version of i18n-tools that we are using on this branch does not pin its
path.py requirement and it was pulling a version that was too new. We fixed
this in master by upgrading i18n-tools, but that involves a larger change that
should go in the next OpenEdx release.
parent d4697667
...@@ -21,6 +21,7 @@ logutils==0.3.3 # BSD ...@@ -21,6 +21,7 @@ logutils==0.3.3 # BSD
python-social-auth==0.2.14 python-social-auth==0.2.14
requests==2.10.0 # Apache 2.0 requests==2.10.0 # Apache 2.0
path.py==7.7.1 # MIT
# TODO Use the PyPi package once it is updated. # TODO Use the PyPi package once it is updated.
git+https://github.com/pinax/django-announcements.git@f85e690705e038a62407abe54ac195f60760934b#egg=django-announcements # MIT git+https://github.com/pinax/django-announcements.git@f85e690705e038a62407abe54ac195f60760934b#egg=django-announcements # MIT
......
...@@ -5,6 +5,5 @@ ...@@ -5,6 +5,5 @@
MySQL-python==1.2.5 # GPL License MySQL-python==1.2.5 # GPL License
PyYAML==3.11 # MIT License PyYAML==3.11 # MIT License
gunicorn==0.17.4 # MIT gunicorn==0.17.4 # MIT
path.py==5.2 # MIT
python-memcached==1.53 python-memcached==1.53
nodeenv==0.13.3 # BSD nodeenv==0.13.3 # BSD
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