Skip to content

Commit

Permalink
[api/front] Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Dec 31, 2020
1 parent 9b1f646 commit 2093bce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions opencti-platform/opencti-graphql/src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
stix2==2.1.0
stix2-patterns==1.3.2
PyYAML==5.3.1
git+https://github.com/OpenCTI-Platform/client-python@master
git+https://github.com/OpenCTI-Platform/client-python@4.0.4
pika==1.1.0
elasticsearch==7.10.1
plyara==2.1.1
parsuricata==0.1.1
sigmatools==0.18.1
dataclasses
dataclasses
2 changes: 1 addition & 1 deletion opencti-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY src /opt/opencti-worker
# hadolint ignore=DL3003
RUN apk --no-cache add git build-base libmagic && \
cd /opt/opencti-worker && \
pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master && \
pip3 install --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@4.0.4 && \
pip3 install --no-cache-dir -r requirements.txt && \
apk del git build-base

Expand Down
4 changes: 2 additions & 2 deletions opencti-worker/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.25.0
PyYAML==5.3.1
pika==1.1.0
git+https://github.com/OpenCTI-Platform/client-python@master
black==20.8b1
git+https://github.com/OpenCTI-Platform/client-python@4.0.4
black==20.8b1

0 comments on commit 2093bce

Please sign in to comment.