Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 12, 2024
1 parent ebe494b commit fa70d68
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 275 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ classifiers = [
dependencies = [
"authlib>=1.3.2",
"brotli>=1.1.0",
"cel-python>=0.1.5",
"eoapi-auth-utils>=0.4.0",
"cql2>=0.3.2",
"fastapi>=0.115.5",
"httpx>=0.28.0",
"jinja2>=3.1.4",
"pydantic-settings>=2.6.1",
"pyjwt>=2.10.1",
"uvicorn>=0.32.1",
]
description = "STAC authentication proxy with FastAPI"
keywords = ["STAC", "FastAPI", "Authentication", "Proxy"]
license = {file = "LICENSE"}
name = "stac-auth-proxy"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
version = "0.1.0"

[tool.coverage.run]
Expand Down
Loading

0 comments on commit fa70d68

Please sign in to comment.