forked from OpenCTI-Platform/client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
64 lines (62 loc) · 1.67 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 = Filigran
author_email = [email protected]
maintainer = Filigran
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
install_requires =
datefinder~=0.7.3
pika~=1.3.1
python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
prometheus-client~=0.20.0
python-magic-bin~=0.4.14; sys_platform == "win32"
python_json_logger~=2.0.4
pyyaml~=6.0
requests~=2.31.0
setuptools~=69.5.1
filigran-sseclient~=1.0.0
stix2~=3.0.1
cachetools~=5.3.0
[options.extras_require]
dev =
black~=24.4.0
build~=1.2.1
isort~=5.13.0
types-pytz~=2024.1.0.20240203
pre-commit~=3.7.0
pytest-cases~=3.8.0
pytest-cov~=5.0.0
pytest_randomly~=3.15.0
pytest~=8.1.1
types-python-dateutil~=2.9.0
wheel~=0.43.0
doc =
autoapi~=2.0.1
sphinx-autodoc-typehints~=2.1.0
sphinx-rtd-theme~=2.0.0