Skip to content

Commit d7632e4

Browse files
committed
fix(requirements): pull in the the fix branch of cryptography until official release happens
OpenSSL 1.0.2g introduces some CVE fixes but also broke basic APIs and that broke pypi cryptography. We can not pin to a lower openssl on Alpine either
1 parent b3662b0 commit d7632e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ pytz==2015.7
1515
PyYAML==3.11
1616
requests==2.9.1
1717
simpleflock==0.0.3
18+
git+https://github.com/pyca/cryptography.git@1.2.x#egg=cryptography

0 commit comments

Comments
 (0)