Skip to content

Commit

Permalink
Fix problem with cryptography package
Browse files Browse the repository at this point in the history
In cryptography >= 2.2, there is an issue:
```
[1521581897750] File "/private/var/folders/8g/t93g7k9j0rb_18d07m1k8shr0000gn/T/pip-build-SO5htj/pyOpenSSL/OpenSSL/crypto.py", line 740, in _subjectAltNameString
[1521581897750] AttributeError: 'module' object has no attribute 'X509V3_EXT_get'
```
  • Loading branch information
m0ngr31 authored Apr 20, 2018
1 parent 875f509 commit b91eb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aniso8601==1.2.0
Flask==0.12.1
cryptography==2.1.4
pyOpenSSL==17.0.0
PyYAML==3.12
six==1.11.0
Expand Down

0 comments on commit b91eb01

Please sign in to comment.