diff --git a/requirements.txt b/requirements.txt index 00dc81d2..9dcc5cf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,19 @@ -django -django-grappelli -django-tastypie -django-reversion -django-guardian -git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack -django-celery -south -py-bcrypt -Whoosh +Django==1.5 +South==0.7.6 +Whoosh==2.4.1 +amqp==1.0.10 +anyjson==0.3.3 +billiard==2.7.3.23 +celery==3.0.17 +django-celery==3.0.11 +django-grappelli==2.4.4 +django-guardian==1.1.0.beta +django-haystack==2.0.0-beta +django-reversion==1.7 +django-tastypie==0.9.14 +kombu==2.5.8 +mimeparse==0.1.3 +py-bcrypt==0.3 +python-dateutil==2.1 +pytz==2013b +six==1.3.0