Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Jan 3, 2023
1 parent 2ddf95b commit 339ddd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def get_version(package):
],
tests_require=[
"coverage",
"geopy"
"geopy",
"nose",
"requests",
"requests"
],
zip_safe=False,
test_suite="tests.run_tests.start",
Expand Down

0 comments on commit 339ddd4

Please sign in to comment.