Skip to content

Commit

Permalink
Updates requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed Apr 8, 2024
1 parent 561bf76 commit 535d084
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion api/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-c requirements.txt
ruff
mypy
pytest
ruff
11 changes: 9 additions & 2 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# This file was autogenerated by uv via the following command:
# uv pip compile dev-requirements.in -o dev-requirements.txt
# uv pip compile requirements-dev.in -o requirements-dev.txt
iniconfig==2.0.0
# via pytest
mypy==1.9.0
mypy-extensions==1.0.0
# via mypy
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.1.1
ruff==0.3.5
typing-extensions==4.10.0
typing-extensions==4.11.0
# via mypy
13 changes: 3 additions & 10 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile - -o requirements.txt
# uv pip compile requirements.in -o requirements.txt
affine==2.4.0
# via rasterio
annotated-types==0.6.0
Expand Down Expand Up @@ -60,8 +60,6 @@ idna==3.6
# via
# anyio
# httpx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
# via titiler-core
markupsafe==2.1.5
Expand All @@ -86,10 +84,6 @@ numpy==1.26.4
# snuggs
# titiler-core
orjson==3.10.0
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pydantic==2.6.4
# via
# cogeo-mosaic
Expand All @@ -114,7 +108,6 @@ pystac==1.10.0
# via
# rio-stac
# rio-tiler
pytest==8.1.1
python-dateutil==2.9.0.post0
# via pystac
python-dotenv==1.0.1
Expand All @@ -131,7 +124,7 @@ rio-cogeo==5.3.0
# via titiler-extensions
rio-stac==0.8.1
# via titiler-extensions
rio-tiler==6.4.4
rio-tiler==6.4.5
# via
# cogeo-mosaic
# titiler-core
Expand Down Expand Up @@ -174,7 +167,7 @@ titiler-mosaic==0.18.0
# via
# titiler
# titiler-application
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# fastapi
# pydantic
Expand Down

0 comments on commit 535d084

Please sign in to comment.