Skip to content

Commit 4c9bc35

Browse files
committed
deps: add httpx to dev dependencies
1 parent 0690f99 commit 4c9bc35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
extra_reqs = {
2525
"dev": [
26+
"httpx", # for starlette's test client
2627
"orjson",
2728
"pystac[validation]",
2829
"pytest",

0 commit comments

Comments
 (0)