Skip to content

Commit 01370a7

Browse files
committed
Packaging moved to main dependencies to support version check code
1 parent e2d31f6 commit 01370a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
'prettytable',
1313
'argparse',
1414
'GitPython',
15+
'packaging',
1516
]
1617
readme = "README.md"
1718
description = "Socket Security CLI for CI/CD"
@@ -31,10 +32,6 @@ classifiers = [
3132
"Programming Language :: Python :: 3.12",
3233
]
3334

34-
[project.optional-dependencies]
35-
dev = [
36-
"packaging"
37-
]
3835

3936
[project.scripts]
4037
socketcli = "socketsecurity.socketcli:cli"

0 commit comments

Comments
 (0)