forked from OpenCTI-Platform/client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (62 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = pycti
version = attr: pycti.__version__
author = OpenCTI
author_email = [email protected]
maintainer = OpenCTI
url = https://github.com/OpenCTI-Platform/client-python
description = Python API client for OpenCTI.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Natural Language :: French
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Security
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.7
packages =
pycti
pycti.api
pycti.connector
pycti.entities
pycti.utils
include_package_data = True
# https://github.com/pypa/setuptools/issues/1951
install_requires =
datefinder~=0.7
pika~=1.2
python-magic-bin~=0.4.14; sys_platform == "win32"
python-magic~=0.4.24; sys_platform == "linux" or sys_platform == "darwin"
python_json_logger~=2.0.2
pyyaml~=6.0
requests>=2.25
setuptools>=59.2.0
sseclient~=0.0.27
stix2~=3.0.1
[options.extras_require]
dev =
black==22.3.0
build>=0.7
isort>=5.10
ktypes-pytz>=2021.3.5
pre-commit~=2.13
pytest-cases~=3.6
pytest-cov~=2.12
pytest_randomly~=3.8
pytest~=6.2
types-python-dateutil>=2.8
types-pytz>=2021.3.5
wheel~=0.36
doc =
autoapi~=2.0
sphinx-autodoc-typehints~=1.17
sphinx-rtd-theme~=1.0