Add Faker to the dev dependencies

This commit is contained in:
Alexander Hess 2020-12-15 19:07:14 +01:00
commit 2ddd430534
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 5 additions and 4 deletions

View file

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