The most important requirement for binder, Django, was missing completely in requirements.txt, so I added it. It's Django 1.6 because the tests don't work with prior versions.
As already noted in #10 binder doesn't rely on beautifulsoup4, as it's just a dependency of pybindxml and get's installed together with it. Therefore it shouldn't be part of binders requirements.txt.
requirements.txt
, so I added it. It's Django 1.6 because the tests don't work with prior versions.beautifulsoup4
, as it's just a dependency ofpybindxml
and get's installed together with it. Therefore it shouldn't be part of bindersrequirements.txt
.