Skip to content
Merged
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
12 changes: 3 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ flattentool==0.26.0
# via
# libcove
# libcoveweb
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.in
idna==3.7
# via requests
Expand All @@ -71,7 +71,7 @@ libcove==0.32.1
# libcoveoc4ids
# libcoveocds
# libcoveweb
libcoveoc4ids==0.8.0
libcoveoc4ids[perf]==0.8.0
# via -r requirements.in
libcoveocds==0.16.0
# via libcoveoc4ids
Expand Down Expand Up @@ -132,12 +132,6 @@ sentry-sdk==2.8.0
# via -r requirements.in
setproctitle==1.3.3
# via gunicorn
setuptools==74.1.1
# via
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
six==1.16.0
# via
# rfc3339-validator
Expand All @@ -154,7 +148,7 @@ urllib3==2.2.2
# requests
# requests-cache
# sentry-sdk
werkzeug==3.0.3
werkzeug==3.0.6
# via libcoveweb
xmltodict==0.12.0
# via flattentool
Expand Down
19 changes: 8 additions & 11 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flattentool==0.26.0
# -r requirements.txt
# libcove
# libcoveweb
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.txt
h11==0.14.0
# via wsproto
Expand Down Expand Up @@ -117,7 +117,7 @@ libcove==0.32.1
# libcoveoc4ids
# libcoveocds
# libcoveweb
libcoveoc4ids==0.8.0
libcoveoc4ids[perf]==0.8.0
# via -r requirements.txt
libcoveocds==0.16.0
# via
Expand Down Expand Up @@ -148,7 +148,9 @@ openpyxl==3.0.7
# -r requirements.txt
# flattentool
orjson==3.9.15
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveoc4ids
outcome==1.2.0
# via trio
packaging==24.1
Expand Down Expand Up @@ -228,14 +230,9 @@ selenium==4.11.2
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.3.3
# via -r requirements.txt
setuptools==74.1.1
# via
# -r requirements.txt
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
# gunicorn
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -265,14 +262,14 @@ url-normalize==1.4.3
# via
# -r requirements.txt
# requests-cache
urllib3==2.2.2
urllib3[socks]==2.2.2
# via
# -r requirements.txt
# requests
# requests-cache
# selenium
# sentry-sdk
werkzeug==3.0.3
werkzeug==3.0.6
# via
# -r requirements.txt
# libcoveweb
Expand Down
Loading