Skip to content

Commit d911621

Browse files
author
Bret McGuire
committed
Missed dependency on cryptography in setup.py
1 parent e98c26e commit d911621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ def run_setup(extensions):
402402
sys.stderr.write("Bypassing Cython setup requirement\n")
403403

404404
dependencies = ['six >=1.9',
405-
'geomet>=0.1,<0.3']
405+
'geomet>=0.1,<0.3',
406+
'cryptography>=35.0']
406407

407408
_EXTRAS_REQUIRE = {
408409
'graph': ['gremlinpython==3.4.6']

0 commit comments

Comments
 (0)