We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b74ed commit f0c2a66Copy full SHA for f0c2a66
setup.py
@@ -7,22 +7,24 @@
7
8
install_requires = [
9
"attrs",
10
+ "brotli_asgi",
11
"fastapi>=0.73.0",
12
+ "iso8601~=1.0.2",
13
"pydantic[dotenv]",
- "stac_pydantic==2.0.*",
- "brotli_asgi",
14
"pystac==1.*",
15
- "iso8601~=1.0.2",
+ "stac_pydantic==2.0.*",
16
+ "starlette",
17
]
18
19
extra_reqs = {
20
"dev": [
21
+ "httpx",
22
+ "pre-commit",
23
+ "pystac[validation]==1.*",
24
"pytest",
- "pytest-cov",
25
"pytest-asyncio",
- "pre-commit",
26
+ "pytest-cov",
27
"requests",
- "pystac[validation]==1.*",
28
],
29
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
30
}
0 commit comments