use pip-compile to pin dev requirements

This commit is contained in:
David Lord 2020-05-23 14:03:11 -07:00
parent 8e2fb4633e
commit eea31f29a5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
13 changed files with 137 additions and 29 deletions

View file

@ -97,9 +97,8 @@ First time setup
.. code-block:: text
$ pip install -e ".[dev]"
$ pip install -e . -r requirements/dev.txt
- Install the `pre-commit framework`_.
- Install the pre-commit hooks.
.. code-block:: text