forked from orbit-oss/flask
use pip-compile to pin dev requirements
This commit is contained in:
parent
8e2fb4633e
commit
eea31f29a5
13 changed files with 137 additions and 29 deletions
18
requirements/tests.txt
Normal file
18
requirements/tests.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue