Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Jul 26, 2024
1 parent 5eedb56 commit 7d11f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stac_api/runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pygeoif<=0.8", # newest release (1.0+ / 09-22-2022) breaks a number of other geo libs
"aws-lambda-powertools>=1.18.0",
"aws_xray_sdk>=2.6.0,<3",
"pystac[validation]==1.10.1"
"pystac[validation]==1.10.1",
]

extra_reqs = {
Expand Down
1 change: 1 addition & 0 deletions stac_api/runtime/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

if api_settings.enable_transactions:
from veda_auth import VedaAuth

auth = VedaAuth(api_settings)
# Require auth for all endpoints that create, modify or delete data.
add_route_dependencies(
Expand Down

0 comments on commit 7d11f07

Please sign in to comment.