Skip to content

Commit

Permalink
remove pyOpenSSL from README and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 13, 2020
1 parent 200aea3 commit 3c534d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Optional

- FFmpeg_: Pixiv Ugoira to WebM conversion
- youtube-dl_: Video downloads
- pyOpenSSL_: Access Cloudflare protected sites


Installation
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def check_file(fname):
"requests>=2.11.0",
],
extras_require={
"cloudflare": [
"pyOpenSSL>=19.0.0",
"cryptography>=2.8.0",
],
"video": [
"youtube-dl",
],
Expand Down

0 comments on commit 3c534d8

Please sign in to comment.