Skip to content

Commit

Permalink
Document test dependencies
Browse files Browse the repository at this point in the history
The werkzeug dependency was not documented.
  • Loading branch information
sebastic committed Nov 20, 2023
1 parent a588939 commit b23b253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ def build_extension(self, ext):
'osm/_osm.pyi']},
python_requires = ">=3.6",
install_requires = ['requests'],
extras_require = {
'tests': ['pytest', 'pytest-httpserver', 'werkzeug'],
},
cmdclass=dict(build_ext=CMakeBuild, sdist=Pyosmium_sdist),
zip_safe=False,
)

0 comments on commit b23b253

Please sign in to comment.