**TL;DR -** Stop the `from waffle_utils import WaffleSwitch` shenanigans.
**What changed?**
- WaffleSwitch is not imported from edx-platform's `waffle_utils` (which is deprecated), but from edx-toggles, which is thus added to the base requirements. Note that CourseWaffleFlag objects remain in edx-platform.
- Unit tests were refactored to take this into account.