This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-32
lines changed
Expand file tree Collapse file tree 2 files changed +30
-32
lines changed Original file line number Diff line number Diff line change 1- datefinder ~= 0.7
2- pika ~= 1.2
3- python-magic ~= 0.4.24 ; sys_platform == 'linux' or sys_platform == 'darwin'
1+ datefinder ~= 0.7.3
2+ pika ~= 1.3.0
3+ python-magic ~= 0.4.27 ; sys_platform == 'linux' or sys_platform == 'darwin'
44python-magic-bin ~= 0.4.14 ; sys_platform == 'win32'
5- python_json_logger ~= 2.0.2
5+ python_json_logger ~= 2.0.4
66PyYAML ~= 6.0
7- requests > =2.25
8- setuptools >= 59.2 .0
7+ requests ~ =2.28.1
8+ setuptools ~= 65.3 .0
99sseclient ~= 0.0.27
1010stix2 ~= 3.0.1
Original file line number Diff line number Diff line change 11[metadata]
22name = pycti
33version = attr: pycti.__version__
4- author = OpenCTI
5- author_email = contact@opencti .io
6- maintainer = OpenCTI
4+ author = Filigran
5+ author_email = contact@filigran .io
6+ maintainer = Filigran
77url = https://github.com/OpenCTI-Platform/client-python
88description = Python API client for OpenCTI.
99long_description = file: README.md
@@ -23,42 +23,40 @@ classifiers =
2323 Topic :: Software Development :: Libraries :: Python Modules
2424
2525[options]
26- python_requires = >=3.7
26+ python_requires = >=3.8
2727packages =
2828 pycti
2929 pycti.api
3030 pycti.connector
3131 pycti.entities
3232 pycti.utils
3333include_package_data = True
34- # https://github.com/pypa/setuptools/issues/1951
3534install_requires =
36- datefinder~=0.7
37- pika~=1.2
35+ datefinder~=0.7.3
36+ pika~=1.3.0
37+ python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
3838 python-magic-bin~=0.4.14; sys_platform == "win32"
39- python-magic~=0.4.24; sys_platform == "linux" or sys_platform == "darwin"
40- python_json_logger~=2.0.2
39+ python_json_logger~=2.0.4
4140 pyyaml~=6.0
42- requests> =2.25
43- setuptools>=59.2 .0
41+ requests~ =2.28.1
42+ setuptools~=65.3 .0
4443 sseclient~=0.0.27
4544 stix2~=3.0.1
4645
4746[options.extras_require]
4847dev =
49- black ==22.3.0
50- build>=0.7
51- isort>=5.10
52- ktypes-pytz>=2021.3.5
53- pre-commit~=2.13
54- pytest-cases~=3.6
55- pytest-cov~=2.12
56- pytest_randomly~=3.8
57- pytest~=6.2
58- types-python-dateutil>=2.8
59- types-pytz>=2021.3.5
60- wheel~=0.36
48+ black~=22.6.0
49+ build~=0.8.0
50+ isort~=5.10.1
51+ types-pytz~=2022.2.1.0
52+ pre-commit~=2.20.0
53+ pytest-cases~=3.6.13
54+ pytest-cov~=3.0.0
55+ pytest_randomly~=3.12.0
56+ pytest~=7.1.2
57+ types-python-dateutil~=2.8.19
58+ wheel~=0.37.1
6159doc =
62- autoapi~=2.0
63- sphinx-autodoc-typehints~=1.17
64- sphinx-rtd-theme~=1.0
60+ autoapi~=2.0.1
61+ sphinx-autodoc-typehints~=1.19.2
62+ sphinx-rtd-theme~=1.0.0
You can’t perform that action at this time.
0 commit comments