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", ],