Skip to content

Commit d175961

Browse files
committed
Merge pull request #3532 from mboersma/cli-insecure-platform-warning
fix(client): use pyOpenSSL for improved security features
2 parents f30679a + 071dab9 commit d175961

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

dev_requirements.txt

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
# Deis client requirements
2-
docopt==0.6.2
3-
python-dateutil==2.4.2
4-
requests==2.5.1
5-
termcolor==1.1.0
6-
7-
# PyInstaller builds client binaries
8-
git+https://github.com/pyinstaller/pyinstaller@7413317
9-
10-
# Deis documentation requirements
11-
Sphinx==1.3.1
12-
smartypants==1.8.6
13-
sphinxcontrib-httpdomain==1.3.0
14-
15-
# Run "make coverage" for the % of code exercised during tests
1+
# Run "make coverage" or "make test-unit" for the % of code exercised during tests
162
coverage>=3.7.1
173

18-
# Generates template documentation in the Django admin
19-
docutils>=0.12
20-
214
# Run "make flake8" to check python syntax and style
225
flake8==2.4.0
236

0 commit comments

Comments
 (0)