-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (45 loc) · 1.2 KB
/
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
[metadata]
name = threatware
version = 0.9.5
author = samadhicsecurity
author_email = [email protected]
description = Simplifies the review and management of threat models in documents
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/samadhicsec/threatware
project_urls =
Documentation = https://threatware.readthedocs.io/en/main/
Tracker = https://github.com/samadhicsec/threatware/issues
classifiers =
Programming Language :: Python :: 3.9
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Topic :: Security
[options]
packages = find:
python_requires = >=3.9
install_requires =
atlassian-python-api>=3.41.16
boto3>=1.35.32
google-api-python-client>=2.147.0
google-auth-oauthlib>=1.2.1
html2text>=2024.2.26
html-table-parser-python3>=0.3.1
Jinja2>=3.1.3
jsonpickle>=3.3.0
lxml>=5.3.0
python-dateutil>=2.8.2
ruamel.yaml>=0.18.6
sh>=2.0.7
[options.packages.find]
where = .
exclude =
.*
test
[options.package_data]
* =
*.yaml
[options.entry_points]
console_scripts =
threatware = actions.handler:main