We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f06c6 commit d1e26d4Copy full SHA for d1e26d4
setup.py
@@ -414,8 +414,11 @@ def run_setup(extensions):
414
else:
415
sys.stderr.write("Bypassing Cython setup requirement\n")
416
417
- dependencies = ['geomet>=0.1,<0.3',
418
- 'pyyaml > 5.0']
+ dependencies = [
+ 'geomet>=0.1,<0.3',
419
+ 'pyyaml > 5.0',
420
+ 'cryptography>=35.0'
421
+ ]
422
423
_EXTRAS_REQUIRE = {
424
'graph': ['gremlinpython==3.4.6']
0 commit comments