qntm / greenery

Regular expression manipulation library
http://qntm.org/greenery
MIT License
331 stars 40 forks source link

repo: add pinned requirements.dev.txt+constraints.txt #88

Closed rwe closed 1 year ago

rwe commented 1 year ago

This pins the current dev tool versions, so that they are repeatable.

Note that there is no "requirements.txt" because there are currently no runtime requirements, only development/linting/testing.

This is not the most "modern" way of defining those requirements (pyproject.toml), but is the simplest, and does not interfere with the current package publishing workflow.