Skip to content

Commit

Permalink
Adding opencage dependency back in #7
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarter333 authored Jan 4, 2024
1 parent 02f4b83 commit d12ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CI = "https://github.com/datasette/datasette-enrichments-gmap-geocode/actions"
enrichments_gmap_geocode = "datasette_enrichments_gmap_geocode"

[project.optional-dependencies]
test = ["pytest<=7.4.3", "pytest-asyncio", "pytest-httpx"]
test = ["pytest<=7.4.3", "pytest-asyncio", "pytest-httpx", "datasette-enrichments-opencage"]

[tool.pytest.ini_options]
asyncio_mode = "strict"

0 comments on commit d12ae89

Please sign in to comment.