Skip to content

Commit 00b2df1

Browse files
committed
fix: Include cryptography in setup.py
1 parent 43f54f2 commit 00b2df1

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
@@ -8,7 +8,7 @@
88
pyproject = tomli.load(f)
99

1010
extras_require = {
11-
"voice": ["PyNaCl>=1.5.0,<1.6"],
11+
"voice": ["PyNaCl>=1.5.0,<1.6", "cryptography>=46.0.3"],
1212
"speedup": ["aiodns", "orjson", "Brotli", "faust-cchardet", "uvloop; sys_platform != 'win32'"],
1313
"sentry": ["sentry-sdk"],
1414
"jurigged": ["jurigged"],

0 commit comments

Comments
 (0)