We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3934c commit 071dab9Copy full SHA for 071dab9
1 file changed
dev_requirements.txt
@@ -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
+# Run "make coverage" or "make test-unit" for the % of code exercised during tests
22
coverage>=3.7.1
23
24
-# Generates template documentation in the Django admin
25
-docutils>=0.12
26
27
# Run "make flake8" to check python syntax and style
28
flake8==2.4.0
29
0 commit comments