Skip to content
Open
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
28 changes: 4 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ boltons==24.0.0
# glom
# lithoxyl
certifi==2024.2.2
# via
# requests
# sentry-sdk
# via sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
chert==21.0.0
# via -r requirements.in
clastic==24.0.0
Expand All @@ -49,9 +45,7 @@ html5lib==1.1
hyperlink==21.0.0
# via chert
idna==3.15
# via
# hyperlink
# requests
# via hyperlink
lithoxyl==21.0.0
# via
# -r requirements.in
Expand All @@ -78,8 +72,6 @@ python3-vote-core @ git+https://github.com/the-maldridge/python-vote-core.git@f0
# via -r requirements.in
pyyaml==6.0.1
# via chert
requests==2.32.4
# via sentry-sdk
secure-cookie==0.1.0
# via clastic
sentry-sdk==2.8.0
Expand All @@ -88,30 +80,18 @@ six==1.16.0
# via
# html5lib
# python-dateutil
setuptools==81.0.0
# via python-graph-core (pkg_resources namespace; implicit dep on Python 3.13)
# Pinned <82: setuptools 82 removed pkg_resources entirely; python-graph-core
# depends on it via namespace packages. Remove this pin once python-graph-core
# no longer uses pkg_resources (tracked in hatnote/montage#421).
sqlalchemy==1.2.19
# via
# -r requirements.in
# sqltap
setuptools==81.0.0
# via python-graph-core (pkg_resources namespace; implicit dep on Python 3.13)
# Pinned <82: setuptools 82 removed pkg_resources entirely; python-graph-core
# depends on it via namespace packages. Remove this pin once python-graph-core
# no longer uses pkg_resources (tracked in hatnote/montage#421).
sqlparse==0.5.0
# via sqltap
sqltap==0.3.11
# via -r requirements.in
unicodecsv==0.14.1
# via -r requirements.in
urllib3==2.5.0
# via
# requests
# sentry-sdk
urllib3==2.7.0
# via sentry-sdk
webencodings==0.5.1
# via html5lib
werkzeug==1.0.1
Expand Down
Loading