Skip to content

Commit

Permalink
Merge pull request #182 from wri/dev
Browse files Browse the repository at this point in the history
Dev to staging
  • Loading branch information
jterry64 authored Dec 11, 2024
2 parents bc6a6c7 + 98774c3 commit 772e621
Show file tree
Hide file tree
Showing 4 changed files with 1,780 additions and 1,458 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "==22.12.0" # Pin to avoid having to allow pre-releases
black = "*"
detect-secrets = "*"
flake8 = "*"
pillow = "==9.5.0" # same as lambda layer
Expand All @@ -29,20 +29,20 @@ gino_starlette = "*"
httpx = "*"
httpx-auth = "*"
jinja2 = "*"
mercantile = "*" # same as lambda layer
numpy = "1.25.2"
mercantile = "*"
numpy = "<2"
orjson = "*"
pydantic = "2.7.4"
pydantic = "*"
pydantic-settings = "*"
pendulum = "*"
psycopg2 = "*"
psycopg2 = "<2.9.10" # Because it didn't build
pyproj = "*"
rasterio = "1.3.10"
requests = "*"
SQLAlchemy = "<1.4"
shapely = "*"
starlette = "*"
titiler.application = "*"
titiler = {application = "*"}
urllib3 = "*"
uvicorn = {version = "*", extras = ["standard"]}

Expand Down
Loading

0 comments on commit 772e621

Please sign in to comment.