Skip to content

Commit fa70d68

Browse files
committed
Update requirements
1 parent ebe494b commit fa70d68

File tree

2 files changed

+182
-275
lines changed

2 files changed

+182
-275
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ classifiers = [
88
dependencies = [
99
"authlib>=1.3.2",
1010
"brotli>=1.1.0",
11-
"cel-python>=0.1.5",
12-
"eoapi-auth-utils>=0.4.0",
11+
"cql2>=0.3.2",
1312
"fastapi>=0.115.5",
1413
"httpx>=0.28.0",
14+
"jinja2>=3.1.4",
1515
"pydantic-settings>=2.6.1",
16+
"pyjwt>=2.10.1",
1617
"uvicorn>=0.32.1",
1718
]
1819
description = "STAC authentication proxy with FastAPI"
1920
keywords = ["STAC", "FastAPI", "Authentication", "Proxy"]
2021
license = {file = "LICENSE"}
2122
name = "stac-auth-proxy"
2223
readme = "README.md"
23-
requires-python = ">=3.8"
24+
requires-python = ">=3.9"
2425
version = "0.1.0"
2526

2627
[tool.coverage.run]

0 commit comments

Comments
 (0)