Commit 57d4dfb9 by Victor Shnayder

Fix django-pipeline requirement url

* Add "git+" to start of django-pipeline url.  Fixes dev install on my system.
parent 7d0938a3
......@@ -13,7 +13,7 @@ python-memcached
django-celery
path.py
django_debug_toolbar
-e git://github.com/MITx/django-pipeline.git@incremental_compile#egg=django-pipeline
-e git+git://github.com/MITx/django-pipeline.git@incremental_compile#egg=django-pipeline
django-staticfiles>=1.2.1
django-masquerade
fs
......
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