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

5
requirements/dev.in Normal file
View file

@ -0,0 +1,5 @@
-r docs.in
-r tests.in
pip-tools
pre-commit
tox