Skip to content

Commit 7b8fde2

Browse files
terrikopdxjohnny
authored andcommitted
Add jsonschema to requirements
1 parent 17cb864 commit 7b8fde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Programming Language :: Python :: Implementation :: CPython",
3535
"Programming Language :: Python :: Implementation :: PyPy",
3636
],
37+
install_requires=["jsonschema"],
3738
packages=find_packages(),
3839
entry_points={
3940
"console_scripts": ["cve-bin-tool = cve_bin_tool.cli:main"],

0 commit comments

Comments
 (0)