Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.3"
authors = [{name="Jegath S", email="[email protected]" }]
description = "Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures"
readme = "README.md"
dependencies = ['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0','kubernetes==27.2.0']
dependencies = ['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.32.4','questionary==1.10.0','tabulate==0.9.0','kubernetes==27.2.0']
requires-python = ">=3.9"

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wheel==0.40.0
click==8.1.3
clickhouse-driver==0.2.6
requests==2.31.0
requests==2.32.4
questionary==1.10.0
tabulate==0.9.0
kubernetes==27.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description= 'Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures',
version='0.0.1',
py_modules=['scsctl'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.32.4','questionary==1.10.0','tabulate==0.9.0'],

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Line too long (143/100) Warning

Line too long (143/100)

Check warning

Code scanning / Pylint (reported by Codacy)

Exactly one space required after comma Warning

Exactly one space required after comma

Check warning

Code scanning / Pylint (reported by Codacy)

Line too long (143/100) Warning

Line too long (143/100)
entry_points={
'console_scripts': [
'scsctl = scsctl.app:cli'
Expand Down
Loading