1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 04:02:32 +01:00

remove pyOpenSSL from README and setup.py

This commit is contained in:
Mike Fährmann 2020-01-13 22:11:39 +01:00
parent 200aea308a
commit 3c534d8c2c
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 0 additions and 5 deletions

View File

@ -22,7 +22,6 @@ Optional
- FFmpeg_: Pixiv Ugoira to WebM conversion - FFmpeg_: Pixiv Ugoira to WebM conversion
- youtube-dl_: Video downloads - youtube-dl_: Video downloads
- pyOpenSSL_: Access Cloudflare protected sites
Installation Installation

View File

@ -61,10 +61,6 @@ setup(
"requests>=2.11.0", "requests>=2.11.0",
], ],
extras_require={ extras_require={
"cloudflare": [
"pyOpenSSL>=19.0.0",
"cryptography>=2.8.0",
],
"video": [ "video": [
"youtube-dl", "youtube-dl",
], ],