From b4921b788074c57a7ead2c097a56f2418588be0b Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Fri, 24 Jan 2020 15:18:26 +0100 Subject: [PATCH] [worker] Fix dependencies for Docker --- opencti-worker/src/requirements.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/opencti-worker/src/requirements.txt b/opencti-worker/src/requirements.txt index a7db29bc1a0e..d47234a5e9e5 100644 --- a/opencti-worker/src/requirements.txt +++ b/opencti-worker/src/requirements.txt @@ -1,5 +1,15 @@ requests PyYAML +setuptools +pypandoc +python-dateutil +datefinder +stix2 +pytz pika +stix2-validator +deprecated +black +python-magic pycti -black \ No newline at end of file +black