Skip to content

Commit a1c651e

Browse files
committed
fix(client): pin cryptography library at 0.8.2
1 parent 5e09bff commit a1c651e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

client/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Deis CLI requirements
22

3+
cryptography==0.8.2
34
docopt==0.6.2
45
ndg-httpsclient==0.3.3
56
pyasn1==0.1.7

docs/docs_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ South==1.0.2
2424
python-ldap==2.4.19
2525

2626
# Deis client requirements, copied from client/requirements.txt
27+
cryptography==0.8.2
2728
docopt==0.6.2
2829
ndg-httpsclient==0.3.3
2930
pyasn1==0.1.7

0 commit comments

Comments
 (0)