From c788dac0f11f9d3da0b348b20e5f6a4a309699dd Mon Sep 17 00:00:00 2001 From: Georges Toth Date: Thu, 4 Apr 2019 13:37:46 +0200 Subject: [PATCH] added "fileobjects" to PyMISP; updated PyMISP and stix2 refs --- Pipfile | 7 +++---- Pipfile.lock | 20 ++++++-------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Pipfile b/Pipfile index f472446b9..14e25ebe6 100644 --- a/Pipfile +++ b/Pipfile @@ -6,12 +6,11 @@ verify_ssl = true [dev-packages] [packages] -pymisp = {git = "https://github.com/MISP/PyMISP.git", ref = "64bcaad0e578129543cdffad532a232722615f6c"} mixbox = "*" cybox = "*" stix = "*" maec = "*" -stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "407f346eb8118d57b43035ef0da47e2ff77ed00e"} -python-magic = "*" -lief = {file = "https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip"} + +pymisp = {git = "https://github.com/MISP/PyMISP.git", ref = "a68bd80ab9dceaee9674bd9a2b0bffc4f387fcdc", extras=["fileobjects"]} +stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"} pydeep = {git = "https://github.com/kbandla/pydeep.git"} diff --git a/Pipfile.lock b/Pipfile.lock index a49c89cb8..d821f9b83 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7a6ddeb923d52e723cb879b1e50154001ba42316df7e9d987caf195d3f21acbc" + "sha256": "c927ad078b97ebe317e66dbdddb57f5288db85a0d954dfa88f3d724ae9f954db" }, "pipfile-spec": 6, "requires": {}, @@ -21,9 +21,6 @@ "index": "pypi", "version": "==2.1.0.17" }, - "lief": { - "file": "https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip" - }, "lxml": { "hashes": [ "sha256:03984196d00670b2ab14ae0ea83d5cc0cfa4f5a42558afa9ab5fa745995328f5", @@ -83,8 +80,11 @@ "ref": "bc0d33bff4b45718b4c5f2c79d4715d92a427eda" }, "pymisp": { + "extras": [ + "fileobjects" + ], "git": "https://github.com/MISP/PyMISP.git", - "ref": "64bcaad0e578129543cdffad532a232722615f6c" + "ref": "a68bd80ab9dceaee9674bd9a2b0bffc4f387fcdc" }, "python-dateutil": { "hashes": [ @@ -93,14 +93,6 @@ ], "version": "==2.8.0" }, - "python-magic": { - "hashes": [ - "sha256:f2674dcfad52ae6c49d4803fa027809540b130db1dec928cfbb9240316831375", - "sha256:f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5" - ], - "index": "pypi", - "version": "==0.4.15" - }, "six": { "hashes": [ "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", @@ -117,7 +109,7 @@ }, "stix2": { "git": "https://github.com/MISP/cti-python-stix2", - "ref": "407f346eb8118d57b43035ef0da47e2ff77ed00e" + "ref": "61e9fc0748691f6b768acf47c18ef01b5dc0a854" } }, "develop": {}