nyergler / nested-formset

Nest Django formsets for multi-level editing.
BSD 3-Clause "New" or "Revised" License
87 stars 21 forks source link

Document the rebar dependency #8

Closed aidanlister closed 10 years ago

aidanlister commented 10 years ago

What's the rebar dependency for? I can't see it in the code anywhere ... also the test runner should be optional?

nyergler commented 10 years ago

The rebar dependency is only used for running tests. I suppose it could be specified in tests_require, not sure why I didn't do that initially (probably because I think installing things differently when testing is a recipe for tests that don't match production).

aidanlister commented 10 years ago

Only a concern if you're running tests :P

nyergler commented 10 years ago

I'm not sure what the request here is; feel free to re-open if there's something I'm missing.