Skip to content

Commit 071dab9

Browse files
committed
ref(client): move python libraries to a requirements.txt file
1 parent fd3934c commit 071dab9

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

dev_requirements.txt

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
1-
# Deis client requirements
2-
docopt==0.6.2
3-
ndg-httpsclient==0.3.3
4-
pyasn1==0.1.7
5-
pyOpenSSL==0.15.1
6-
python-dateutil==2.4.2
7-
PyYAML==3.11
8-
requests==2.5.1
9-
tabulate==0.7.4
10-
termcolor==1.1.0
11-
urllib3==1.10.2
12-
13-
# PyInstaller builds client binaries
14-
git+https://github.com/pyinstaller/pyinstaller@7413317
15-
16-
# Deis documentation requirements
17-
Sphinx==1.3.1
18-
smartypants==1.8.6
19-
sphinxcontrib-httpdomain==1.3.0
20-
21-
# 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
222
coverage>=3.7.1
233

24-
# Generates template documentation in the Django admin
25-
docutils>=0.12
26-
274
# Run "make flake8" to check python syntax and style
285
flake8==2.4.0
296

0 commit comments

Comments
 (0)