Skip to content

Commit

Permalink
Delete cryptography from setup.py
Browse files Browse the repository at this point in the history
When using pip from apt-get on Ubuntu,
cryptography requires libssl-dev, which
might be not installed
  • Loading branch information
michael-kotliar committed Aug 2, 2018
1 parent 0bc5fb5 commit 8e78a15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def get_version():
'cwltool==1.0.20180622214234',
'jsonmerge',
"apache-airflow==1.9.0",
"cryptography",
"uuid"
],
zip_safe=False,
Expand Down

0 comments on commit 8e78a15

Please sign in to comment.