Skip to content

Commit 165377e

Browse files
committed
make cryptography extra optional
1 parent 05606b4 commit 165377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
]
7474

7575
extras = {
76-
"cryptography": cryptography_base_require,
76+
"cryptography": [], # cryptography is required, but keep as extra for backwards compatibility
7777
"aiohttp": aiohttp_extra_require,
7878
"enterprise_cert": enterprise_cert_extra_require,
7979
"pyopenssl": pyopenssl_extra_require,

0 commit comments

Comments
 (0)