Add factory_boy to the dev dependencies

This commit is contained in:
Alexander Hess 2020-12-15 12:23:45 +01:00
commit 8345579b6c
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 49 additions and 1 deletions

View file

@ -71,6 +71,7 @@ pylint = "^2.5.3"
wemake-python-styleguide = "^0.14.1" # flake8 plug-in
# Test Suite
factory-boy = "^3.1.0"
packaging = "^20.4" # used to test the packaged version
pytest = "^6.0.1"
pytest-cov = "^2.10.0"