Add geopy to the dev dependencies

This commit is contained in:
Alexander Hess 2020-12-28 15:52:08 +01:00
commit 416a58f9dc
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 38 additions and 1 deletions

View file

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