remove pyOpenSSL from README and setup.py

pull/586/head
Mike Fährmann 5 years ago
parent 200aea308a
commit 3c534d8c2c
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

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

Loading…
Cancel
Save