Skip to content

Commit f0c2a66

Browse files
committed
deps: add starlette and httpx
1 parent 96b74ed commit f0c2a66

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

setup.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@
77

88
install_requires = [
99
"attrs",
10+
"brotli_asgi",
1011
"fastapi>=0.73.0",
12+
"iso8601~=1.0.2",
1113
"pydantic[dotenv]",
12-
"stac_pydantic==2.0.*",
13-
"brotli_asgi",
1414
"pystac==1.*",
15-
"iso8601~=1.0.2",
15+
"stac_pydantic==2.0.*",
16+
"starlette",
1617
]
1718

1819
extra_reqs = {
1920
"dev": [
21+
"httpx",
22+
"pre-commit",
23+
"pystac[validation]==1.*",
2024
"pytest",
21-
"pytest-cov",
2225
"pytest-asyncio",
23-
"pre-commit",
26+
"pytest-cov",
2427
"requests",
25-
"pystac[validation]==1.*",
2628
],
2729
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
2830
}

0 commit comments

Comments
 (0)