classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
517 stars 68 forks source link

Split dependencies #237

Closed ghickman closed 3 months ago

ghickman commented 3 months ago

I can't see any prod configuration in the repo, so the only change we'd need to make to deploy this is s/requirements.txt/requirements.prod.txt/, and then we'd be installing several fewer packages.

Locally, a user can now run make compile to get updated requirements files. I'll look at scripting this further in the future so the compiled files and when to update them become an implementation detail, but for now, this moves us along nicely!

Fix: #198