From 3c534d8c2c419dbd2644ed7d576f779a9527abe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 13 Jan 2020 22:11:39 +0100 Subject: [PATCH] remove pyOpenSSL from README and setup.py --- README.rst | 1 - setup.py | 4 ---- 2 files changed, 5 deletions(-) diff --git a/README.rst b/README.rst index c07cbfbd..af3d2c86 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,6 @@ Optional - FFmpeg_: Pixiv Ugoira to WebM conversion - youtube-dl_: Video downloads -- pyOpenSSL_: Access Cloudflare protected sites Installation diff --git a/setup.py b/setup.py index f0f0f16e..e31a38c2 100644 --- a/setup.py +++ b/setup.py @@ -61,10 +61,6 @@ setup( "requests>=2.11.0", ], extras_require={ - "cloudflare": [ - "pyOpenSSL>=19.0.0", - "cryptography>=2.8.0", - ], "video": [ "youtube-dl", ],