llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

pip double requirement given #10

Closed sabriedd closed 8 years ago

sabriedd commented 8 years ago

The commit 6d5a747 introduced a bug to test the demo app django-debug-toolbar is pinned twice. So you can't pip install -r requirements.txt

cat requirements.txt 
-e git+https://github.com/llazzaro/django-scheduler.git@master#egg=django-scheduler
django-debug-toolbar==1.3.2
Django==1.8
django-debug-toolbar==1.4
django-bower==5.0.4