We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8fde2 commit 95c1db6Copy full SHA for 95c1db6
setup.py
@@ -34,7 +34,7 @@
34
"Programming Language :: Python :: Implementation :: CPython",
35
"Programming Language :: Python :: Implementation :: PyPy",
36
],
37
- install_requires=["jsonschema"],
+ install_requires=["jsonschema>=3.0.2"],
38
packages=find_packages(),
39
entry_points={
40
"console_scripts": ["cve-bin-tool = cve_bin_tool.cli:main"],
0 commit comments