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

18
requirements/tests.txt Normal file
View file

@ -0,0 +1,18 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/tests.in
#
attrs==19.3.0 # via pytest
blinker==1.4 # via -r requirements/tests.in
greenlet==0.4.15 # via -r requirements/tests.in
more-itertools==8.3.0 # via pytest
packaging==20.4 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pyparsing==2.4.7 # via packaging
pytest==5.4.2 # via -r requirements/tests.in
python-dotenv==0.13.0 # via -r requirements/tests.in
six==1.15.0 # via packaging
wcwidth==0.1.9 # via pytest