Skip to content

Commit

Permalink
Packaging moved to main dependencies to support version check code
Browse files Browse the repository at this point in the history
  • Loading branch information
flowstate committed Nov 6, 2024
1 parent e2d31f6 commit 01370a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
'prettytable',
'argparse',
'GitPython',
'packaging',
]
readme = "README.md"
description = "Socket Security CLI for CI/CD"
Expand All @@ -31,10 +32,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

[project.optional-dependencies]
dev = [
"packaging"
]

[project.scripts]
socketcli = "socketsecurity.socketcli:cli"
Expand Down

0 comments on commit 01370a7

Please sign in to comment.