Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ venv/touchfile: requirements-dev.txt requirements.txt
touch venv/touchfile

lock-deps:
@uv pip compile requirements.in --quiet -o requirements.txt
@uv pip compile requirements.in --quiet -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu
@uv pip compile requirements.in --quiet -o requirements.txt --no-emit-package marshmallow
@uv pip compile requirements.in --quiet -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu --no-emit-package marshmallow

deps: lock-deps
uv pip install -r requirements-dev.txt
Expand Down
7 changes: 4 additions & 3 deletions 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 requirements.in -o requirements.txt
# uv pip compile requirements.in -o requirements.txt --no-emit-package marshmallow
aiobotocore==2.21.1
# via s3fs
aiohappyeyeballs==2.4.8
Expand Down Expand Up @@ -269,8 +269,6 @@ markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via mako
marshmallow==3.26.1
# via dataclasses-json
mdurl==0.1.2
# via markdown-it-py
monotonic==1.6
Expand Down Expand Up @@ -604,3 +602,6 @@ zstd==1.5.6.5
# via
# -r requirements.in
# asynch

# The following packages were excluded from the output:
# marshmallow
7 changes: 4 additions & 3 deletions requirements_arm64.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 requirements.in -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu
# uv pip compile requirements.in -o requirements_arm64.txt --python-platform aarch64-unknown-linux-gnu --no-emit-package marshmallow
aiobotocore==2.21.1
# via s3fs
aiohappyeyeballs==2.6.1
Expand Down Expand Up @@ -265,8 +265,6 @@ markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via mako
marshmallow==3.26.1
# via dataclasses-json
mdurl==0.1.2
# via markdown-it-py
monotonic==1.6
Expand Down Expand Up @@ -602,3 +600,6 @@ zstd==1.5.6.5
# via
# -r requirements.in
# asynch

# The following packages were excluded from the output:
# marshmallow