We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f30679a + 071dab9 commit d175961Copy full SHA for d175961
1 file changed
dev_requirements.txt
@@ -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
+# Run "make coverage" or "make test-unit" for the % of code exercised during tests
16
coverage>=3.7.1
17
18
-# Generates template documentation in the Django admin
19
-docutils>=0.12
20
21
# Run "make flake8" to check python syntax and style
22
flake8==2.4.0
23
0 commit comments