github jarynclouatre/bindery v2.8.1
v2.8.1 — Bug Fixes & Project Structure

latest releases: v4.3.1, v4.3.0, v4.2.1...
5 months ago

What's new

  • Fixed: Dockerfile was hardcoding pip dependencies instead of installing from requirements.txt — now uses COPY requirements.txt + pip install -r for proper layer caching
  • Fixed: CI workflow hardcoded pip install flask pytest instead of using requirements-dev.txt
  • Fixed: requirements-dev.txt only contained pytest — added flask and watchdog so it reflects what tests actually need
  • Added: pyproject.toml with project metadata and pytest configuration

Don't miss a new bindery release

NewReleases is sending notifications on new releases.