diff --git a/README.md b/README.md index 14c5d607e..40ed9a712 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a basic Django project with a theme app that plugs into [Froide](https:/ In a Python virtualenv run: pip install -r requirements.txt -e . - python manage.py syncdb --migrate + python manage.py migrate python manage.py runserver diff --git a/requirements.txt b/requirements.txt index 3e0a66e78..5ad8537cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,31 @@ -Django==1.6.1 +pip==8.1.2 +Django<1.10,>1.9 Markdown==2.3.1 -South==0.8.4 -celery==3.1.8 +celery==3.1.23 django-celery==3.1.1 --e git://github.com/stefanw/django-haystack.git@update-index-language#egg=django_haystack -django-taggit==0.10 -lxml==3.2.4 -psycopg2==2.5.1 -pytz==2013.8 -requests==2.0.1 -django-floppyforms==1.1 -django_overextends==0.3.0 +django-celery-email==1.1.4 +django-haystack==2.5 +django-taggit==0.18.1 +#lxml==3.2.4 +#psycopg2==2.5.1 +pytz==2016.4 +requests==2.9.1 +django-floppyforms==1.6.2 +-e git://github.com/stephenmcd/django-overextends.git@master#egg=django-overextends python-magic==0.4.6 -django-tastypie==0.10.0 +django-tastypie==0.13.3 python-mimeparse>=0.1.4 django-tastypie-swagger==0.1.1 -unicodecsv==0.9.4 -django-configurations==0.7 -django-storages==1.1.8 -dj-database-url==0.2.2 -django-cache-url==0.6.0 +unicodecsv==0.14.1 +django-configurations==1.0 +django-storages==1.4.1 +dj-database-url==0.4.1 +django-cache-url==1.0.0 gunicorn==18.0 -dj-static==0.0.5 +dj-static>0.0.5 boto==2.20.0 honcho==0.5.0 -https://github.com/django-compressor/django-compressor/archive/develop.zip#egg=django_compressor --e git://github.com/stefanw/froide.git@master#egg=froide \ No newline at end of file +django-compressor==2.0 +-e git://github.com/stefanw/froide.git@master#egg=froide +django-contrib-comments==1.7.0 +