Skip to content

Commit

Permalink
Merge pull request #238 from sebastic/patch-1
Browse files Browse the repository at this point in the history
Document test dependencies
  • Loading branch information
lonvia authored Nov 20, 2023
2 parents a588939 + b23b253 commit 49b7283
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 49b7283

Please sign in to comment.