-
- Downloads
upgraded packages, made things work again, though some tests still failing...
upgraded packages, made things work again, though some tests still failing because of asynchronous execution
INSTALL-mac.md
0 → 100644
... | ... | @@ -2,17 +2,18 @@ Django==1.4.5 |
South==0.7.3 | ||
anyjson==0.3.1 | ||
celery==3.0.16 | ||
distribute==0.6.24 | ||
django-celery==3.0.11 | ||
django-picklefield==0.1.9 | ||
kombu==2.5.7 | ||
psycopg2==2.4.1 | ||
pyparsing==1.5.6 | ||
python-dateutil==1.5 | ||
django-celery==3.0.21 | ||
django-picklefield==0.3.0 | ||
kombu==2.5.13 | ||
psycopg2==2.5.1 | ||
pyparsing==1.5.7 | ||
python-dateutil>=1.5 | ||
python-openid==2.2.5 | ||
wsgiref==0.1.2 | ||
gunicorn==0.12.2 | ||
requests==0.14.1 | ||
gunicorn==17.5 | ||
requests==1.2.3 | ||
unicodecsv==0.9.0 | ||
dj_database_url==0.2.0 | ||
dj_database_url==0.2.2 | ||
django-sslify==0.2 | ||
django_webtest==1.7.5 | ||
webtest==2.0.7 |
Please register or sign in to comment