From 5d824a24f9f1348f78da8e6a5e7c61329db26bb8 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 21 Feb 2019 10:06:28 +0530 Subject: [PATCH 1/2] chg: [pypi] Made sure url-normalize installs less stric. --- REQUIREMENTS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index 0720e90..7c8dde3 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -54,7 +54,8 @@ soupsieve==1.7.3 sparqlwrapper==1.8.2 stix2-patterns==1.1.0 tornado==5.1.1 -url-normalize==1.4.1 +# Python 3.5 only provides url-normalize v1.3.3 +url-normalize>=1.3.3 urlarchiver==0.2 urllib3==1.24.1 vulners==1.4.0 From 5ed91dcec2bf4509a5b3142f29c9ae417e6e1c02 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 8 Apr 2019 16:03:41 +0900 Subject: [PATCH 2/2] fix: [doc] Small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5669b19..18b5548 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ scl enable rh-python36 ‘python3 –m pip install cryptography’ scl enable rh-python36 ‘python3 –m pip install -I -r REQUIREMENTS’ scl enable rh-python36 ‘python3 –m pip install –I .’ ~~~~ -Create the service file /etc/systemd/system/misp-workers.service : +Create the service file /etc/systemd/system/misp-modules.service : ~~~~ [Unit] Description=MISP's modules