Skip to content
Merged
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
18 changes: 13 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ certifi==2025.10.5
# via
# httpcore
# httpx
cffi==2.0.0
# via cryptography
click==8.3.0
# via
# click-default-group
Expand All @@ -26,6 +28,8 @@ click-default-group==1.2.4
# sqlite-utils
cogapp==3.6.0
# via -r requirements.in
cryptography==46.0.3
# via secretstorage
datasette==0.65.1
# via -r requirements.in
flexcache==0.3
Expand Down Expand Up @@ -69,6 +73,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via datasette
keyring==25.6.0
Expand All @@ -91,8 +99,6 @@ pillow==12.0.0
# pillow-heif
pillow-heif==1.1.1
# via -r requirements.in
pip==25.3
# via datasette
platformdirs==4.5.0
# via datasette
pluggy==1.6.0
Expand All @@ -102,11 +108,13 @@ pluggy==1.6.0
# sqlite-utils
protobuf==6.33.0
# via iterm2
pycparser==2.23
# via cffi
pygments==2.19.2
# via
# -r requirements.in
# pytest
pypdf==6.1.3
pypdf==6.2.0
# via -r requirements.in
pytest==8.4.2
# via -r requirements.in
Expand All @@ -118,8 +126,8 @@ pyyaml==6.0.3
# via datasette
ruff==0.14.3
# via -r requirements.in
setuptools==80.9.0
# via datasette
secretstorage==3.4.0
# via keyring
six==1.17.0
# via python-dateutil
smartypants==2.0.2
Expand Down