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 +17
-11
lines changed
Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ # Filigran
12datefinder ~= 0.7.3
23pika ~= 1.3.0
34python-magic ~= 0.4.27 ; sys_platform == 'linux' or sys_platform == 'darwin'
@@ -6,9 +7,10 @@ python_json_logger~=2.0.4
67PyYAML ~= 6.0
78requests ~= 2.31.0
89setuptools ~= 70.0.0
9- filigran-sseclient ~= 1.0.0
10- stix2 ~= 3.0.1
1110cachetools ~= 5.3.0
12- prometheus-client >= 0.17.1
13- opentelemetry-api == 1.22.0
14- opentelemetry-sdk == 1.22.0
11+ prometheus-client ~= 0.20.0
12+ opentelemetry-api ~= 1.22.0
13+ opentelemetry-sdk ~= 1.22.0
14+ # OpenCTI
15+ filigran-sseclient ~= 1.0.0
16+ stix2 ~= 3.0.1
Original file line number Diff line number Diff line change @@ -32,18 +32,22 @@ packages =
3232 pycti.utils
3333include_package_data = True
3434install_requires =
35+ # Filigran
3536 datefinder~=0.7.3
36- pika~=1.3.1
37- python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
38- prometheus-client~=0.20.0
39- python-magic-bin~=0.4.14; sys_platform == "win32"
37+ pika~=1.3.0
38+ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
39+ python-magic-bin~=0.4.14; sys_platform == 'win32'
4040 python_json_logger~=2.0.4
41- pyyaml ~=6.0
41+ PyYAML ~=6.0
4242 requests~=2.31.0
4343 setuptools~=70.0.0
44+ cachetools~=5.3.0
45+ prometheus-client~=0.20.0
46+ opentelemetry-api~=1.22.0
47+ opentelemetry-sdk~=1.22.0
48+ # OpenCTI
4449 filigran-sseclient~=1.0.0
4550 stix2~=3.0.1
46- cachetools~=5.3.0
4751
4852[options.extras_require]
4953dev =
You can’t perform that action at this time.
0 commit comments