From db202487f06a1710b32d991220dbd6656da8b2a0 Mon Sep 17 00:00:00 2001 From: Vostretsov Nikita Date: Mon, 9 Sep 2019 14:05:45 +0000 Subject: [PATCH] newer version of protego and move up to top --- requirements-py2.txt | 2 +- requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index c865cbaef..dde8d1c9c 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -1,6 +1,7 @@ parsel>=1.5.0 PyDispatcher>=2.0.5 w3lib>=1.17.0 +protego>=0.1.15 pyOpenSSL>=16.2.0 # Earlier versions fail with "AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'" queuelib>=1.4.2 # Earlier versions fail with "AttributeError: '...QueueTest' object has no attribute 'qpath'" @@ -15,4 +16,3 @@ service_identity>=16.0.0 six>=1.10.0 Twisted>=16.0.0 zope.interface>=4.1.3 -protego>=0.1.15 diff --git a/requirements-py3.txt b/requirements-py3.txt index 61e2e32d8..2c98e6f6d 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,6 +2,7 @@ parsel>=1.5.0 PyDispatcher>=2.0.5 Twisted>=17.9.0 w3lib>=1.17.0 +protego>=0.1.15 pyOpenSSL>=16.2.0 # Earlier versions fail with "AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'" queuelib>=1.4.2 # Earlier versions fail with "AttributeError: '...QueueTest' object has no attribute 'qpath'" @@ -15,4 +16,3 @@ lxml>=3.5.0 service_identity>=16.0.0 six>=1.10.0 zope.interface>=4.1.3 -protego