Skip to content

Commit 1d88941

Browse files
author
Samuel Hassine
committed
[client] Remote not needed requirement
1 parent 2e37593 commit 1d88941

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/import_stix2_file.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from pycti import OpenCTIApiClient
44

55
# Variables
6-
api_url = "http://localhost:4000"
7-
api_token = "0b23f787-d013-41a8-8078-97bee84cc99d"
6+
api_url = "https://demo.opencti.io"
7+
api_token = "2b4f29e3-5ea8-4890-8cf5-a76f61f1e2b2"
88

99
# OpenCTI initialization
1010
opencti_api_client = OpenCTIApiClient(api_url, api_token)

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
requests==2.23.0
22
PyYAML==5.3.1
33
setuptools==46.1.3
4-
pypandoc==1.5
54
python-dateutil==2.8.1
65
datefinder==0.7.0
76
stix2==1.4.0
@@ -10,4 +9,4 @@ pika==1.1.0
109
stix2-validator==1.1.2
1110
black==19.10b0
1211
python-magic==0.4.15; sys_platform == 'linux' or sys_platform == 'darwin'
13-
python-magic-bin==0.4.14; sys_platform == 'win32'
12+
python-magic-bin==0.4.14; sys_platform == 'win32'

0 commit comments

Comments
 (0)