Skip to content

Commit 2b76d1d

Browse files
committed
specify minimum version needed for xmlschema
Sandbox mode was adding in 1.2.0 of python-xmlschema and refined in 1.2.1. Its use was added in 3b70772.
1 parent 7f11197 commit 2b76d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_requires =
5454
requests >= 1.0.0
5555
six
5656
importlib_resources
57-
xmlschema
57+
xmlschema >= 1.2.1
5858

5959

6060
[options.packages.find]

0 commit comments

Comments
 (0)