Skip to content

Commit

Permalink
build: Add werkzeug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 20, 2024
1 parent 87566e0 commit d915fb4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gunicorn[setproctitle]
libcove
libcoveocds[perf,web]
sentry-sdk
werkzeug
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ lxml==4.9.1
# via flattentool
markdown-it-py==2.2.0
# via libcoveocds
markupsafe==3.0.2
# via werkzeug
mdurl==0.1.2
# via markdown-it-py
ocdsextensionregistry==0.4.0
Expand Down Expand Up @@ -147,6 +149,8 @@ urllib3==2.2.2
# sentry-sdk
webencodings==0.5.1
# via bleach
werkzeug==3.0.4
# via -r requirements.in
xmltodict==0.12.0
# via flattentool
zc-lockfile==2.0
Expand Down
12 changes: 8 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ lxml==4.9.1
# flattentool
markdown-it-py==2.2.0
# via -r requirements.txt
markupsafe==2.1.2
# via werkzeug
markupsafe==3.0.2
# via
# -r requirements.txt
# werkzeug
mdurl==0.1.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -273,8 +275,10 @@ webencodings==0.5.1
# via
# -r requirements.txt
# bleach
werkzeug==3.0.3
# via pytest-localserver
werkzeug==3.0.4
# via
# -r requirements.txt
# pytest-localserver
wsproto==1.2.0
# via trio-websocket
xmltodict==0.12.0
Expand Down

0 comments on commit d915fb4

Please sign in to comment.