kjcioffi / django-showtime-plus

Showtime+ is a streamlined platform designed to provide just enough information about movies currently in theaters, all in one place.
https://www.showtime-plus.com/
Mozilla Public License 2.0
2 stars 0 forks source link

Implement pip-tools for dependency management #4

Closed ryaustin closed 3 months ago

ryaustin commented 3 months ago

Pip tools are a set of tools to keep your pinned Python dependencies fresh.

This is a simple, no-frills approach to dependency management that I absolutely stand by.

For small projects it may not really matter, but for larger projects you'll be happy you did.

https://github.com/jazzband/pip-tools