From 5d824a24f9f1348f78da8e6a5e7c61329db26bb8 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 21 Feb 2019 10:06:28 +0530 Subject: [PATCH] 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