Skip to content

Commit

Permalink
Missed dependency on cryptography in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed May 2, 2023
1 parent e98c26e commit d911621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ def run_setup(extensions):
sys.stderr.write("Bypassing Cython setup requirement\n")

dependencies = ['six >=1.9',
'geomet>=0.1,<0.3']
'geomet>=0.1,<0.3',
'cryptography>=35.0']

_EXTRAS_REQUIRE = {
'graph': ['gremlinpython==3.4.6']
Expand Down

0 comments on commit d911621

Please sign in to comment.