Skip to content

Commit a552c41

Browse files
committed
deps: add marshmallow-oneofschema
1 parent 75b816e commit a552c41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements/base.in

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ flask
44
html5lib
55
wtforms
66
marshmallow
7+
marshmallow-oneofschema

requirements/base.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:fd2542b4486cf6dc24444f52b36358b72048b392
1+
# SHA1:10e63ddf844346ea3435fa68095646006572795d
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -27,6 +27,10 @@ markupsafe==3.0.2
2727
# werkzeug
2828
# wtforms
2929
marshmallow==3.23.2
30+
# via
31+
# -r requirements/base.in
32+
# marshmallow-oneofschema
33+
marshmallow-oneofschema==3.1.1
3034
# via -r requirements/base.in
3135
packaging==24.2
3236
# via marshmallow

0 commit comments

Comments
 (0)