forked from OpenCTI-Platform/client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
63 lines (61 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
[metadata]
name = pycti
version = attr: pycti.__version__
author = Filigran
author_email = contact@filigran.io
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"
python-magic-bin~=0.4.14; sys_platform == "win32"
python_json_logger~=2.0.4
pyyaml~=6.0
requests~=2.31.0
setuptools~=68.0.0
filigran-sseclient~=1.0.0
stix2~=3.0.1
cachetools~=5.3.0
[options.extras_require]
dev =
black~=23.7.0
build~=0.10.0
isort~=5.12.0
types-pytz~=2023.3.0.0
pre-commit~=3.3.2
pytest-cases~=3.6.13
pytest-cov~=4.1.0
pytest_randomly~=3.13.0
pytest~=7.4.0
types-python-dateutil~=2.8.19
wheel~=0.41.0
doc =
autoapi~=2.0.1
sphinx-autodoc-typehints~=1.24.0
sphinx-rtd-theme~=1.2.1