Skip to content

Commit 95c1db6

Browse files
John Andersenpdxjohnny
authored andcommitted
setup: requires: Add version to jsonschema
Signed-off-by: John Andersen <[email protected]>
1 parent 7b8fde2 commit 95c1db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Programming Language :: Python :: Implementation :: CPython",
3535
"Programming Language :: Python :: Implementation :: PyPy",
3636
],
37-
install_requires=["jsonschema"],
37+
install_requires=["jsonschema>=3.0.2"],
3838
packages=find_packages(),
3939
entry_points={
4040
"console_scripts": ["cve-bin-tool = cve_bin_tool.cli:main"],

0 commit comments

Comments
 (0)