Skip to content

Commit fd3934c

Browse files
committed
fix(client): use pyOpenSSL for improved security features
1 parent 54ef4c2 commit fd3934c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dev_requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Deis client requirements
22
docopt==0.6.2
3+
ndg-httpsclient==0.3.3
4+
pyasn1==0.1.7
5+
pyOpenSSL==0.15.1
36
python-dateutil==2.4.2
7+
PyYAML==3.11
48
requests==2.5.1
9+
tabulate==0.7.4
510
termcolor==1.1.0
11+
urllib3==1.10.2
612

713
# PyInstaller builds client binaries
814
git+https://github.com/pyinstaller/pyinstaller@7413317

0 commit comments

Comments
 (0)