Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d819887

Browse files
committed
[client] Structure requirement for Filigran alignement
1 parent fae5361 commit d819887

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Filigran
12
datefinder~=0.7.3
23
pika~=1.3.0
34
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
@@ -6,9 +7,10 @@ python_json_logger~=2.0.4
67
PyYAML~=6.0
78
requests~=2.31.0
89
setuptools~=70.0.0
9-
filigran-sseclient~=1.0.0
10-
stix2~=3.0.1
1110
cachetools~=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

setup.cfg

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,22 @@ packages =
3232
pycti.utils
3333
include_package_data = True
3434
install_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]
4953
dev =

0 commit comments

Comments
 (0)