* Build docker image to run tests in * Collect backend coverage reports * Update dependencies
12 lines
212 B
Text
12 lines
212 B
Text
# Test dependencies go here.
|
|
|
|
flake8~=3.9.1
|
|
pytest~=6.2.3
|
|
pytest-cov~=2.12.0
|
|
pytest-django~=4.3.0
|
|
pytest-env~=0.6.0
|
|
pytest-mock~=3.6.0
|
|
pytest-randomly~=3.8.0
|
|
pytest-sugar~=0.9.0
|
|
requests-mock~=1.9.0
|
|
faker~=8.2.0
|