Skip to content

Commit 4ceab60

Browse files
committed
added cryptography to prerelease deps
1 parent a70824b commit 4ceab60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def prerelease_deps(session, protobuf_implementation):
513513
# Remaining dependencies
514514
other_deps = [
515515
"requests",
516+
"cryptography",
516517
]
517518
session.install(*other_deps)
518519

0 commit comments

Comments
 (0)