Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 4 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contextlib2==0.6.0.post1
# via schema
defusedxml==0.7.1
# via odfpy
django==4.2.20
django==4.2.22
# via
# -r requirements.in
# django-bootstrap3
Expand All @@ -47,7 +47,7 @@ flattentool==0.26.0
# -r requirements.in
# libcove
# libcoveweb
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.in
idna==3.7
# via requests
Expand All @@ -72,9 +72,9 @@ libcove==0.32.1
# -r requirements.in
# libcoveocds
# libcoveweb
libcoveocds==0.16.5
libcoveocds[perf,web]==0.16.5
# via -r requirements.in
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2
# via -r requirements.in
lxml==4.9.1
# via flattentool
Expand Down Expand Up @@ -137,12 +137,6 @@ sentry-sdk==2.8.0
# via -r requirements.in
setproctitle==1.3.3
# via gunicorn
setuptools==77.0.3
# via
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
six==1.16.0
# via
# bleach
Expand Down
28 changes: 15 additions & 13 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ backports-datetime-fromisoformat==1.0.0
# -r requirements.txt
# flattentool
bleach==6.0.0
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
btrees==4.8.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -55,10 +57,11 @@ defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
django==4.2.20
django==4.2.22
# via
# -r requirements.txt
# django-bootstrap3
# libcoveocds
# libcoveweb
django-bootstrap3==24.2
# via
Expand All @@ -76,7 +79,7 @@ flattentool==0.26.0
# libcoveweb
greenlet==3.2.3
# via playwright
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.txt
hypothesis==6.72.4
# via -r requirements_dev.in
Expand Down Expand Up @@ -115,9 +118,9 @@ libcove==0.32.1
# -r requirements.txt
# libcoveocds
# libcoveweb
libcoveocds==0.16.5
libcoveocds[perf,web]==0.16.5
# via -r requirements.txt
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb
libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2
# via -r requirements.txt
libsass==0.20.1
# via -r requirements_dev.in
Expand All @@ -126,7 +129,9 @@ lxml==4.9.1
# -r requirements.txt
# flattentool
markdown-it-py==2.2.0
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
markupsafe==2.1.2
# via
# -r requirements.txt
Expand All @@ -148,7 +153,9 @@ openpyxl==3.0.7
# -r requirements.txt
# flattentool
orjson==3.9.15
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
packaging==24.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -227,14 +234,9 @@ schema==0.7.4
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.3.3
# via -r requirements.txt
setuptools==77.0.3
# via
# -r requirements.txt
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
# gunicorn
six==1.16.0
# via
# -r requirements.txt
Expand Down