forked from supplyshield/supplyshield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (51 loc) · 872 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = libinv
version = 0.0.1
author = Hritik Vijay
author_email = [email protected]
description = Deployment hook based SBOM and SCA database @ CRED
keywords = sca, sbom
classifiers =
Framework :: Flask
Programming Language :: Python :: 3
[options]
python_requires = >=3.7
install_requires =
alembic
attrs
black
boto3
docker
Flask
Flask-SQLAlchemy
immutabledict
isort
packaging
pylint
ruff
requests
SQLAlchemy >= 2.0.0
tqdm
click
GitPython
semgrep
javalang
jira
python-dotenv >= 1.0.0
psycopg2
networkx
pyvis
gunicorn
schedule
sphinx
sphinx-rtd-theme
cryptography
pyjwt
packages = find:
[options.extras_require]
DEV =
pytest >= 8.3.3
coverage >= 7.6.4
[options.entry_points]
console_scripts =
libinv = libinv.cli.cli:cli