We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd9412 commit 3df69f8Copy full SHA for 3df69f8
1 file changed
dev_requirements.txt
@@ -9,22 +9,19 @@ PyInstaller==2.1
9
10
# Deis documentation requirements
11
Sphinx>=1.2.2
12
-smartypants>=1.8.3
13
-sphinxcontrib-httpdomain>=1.2.1
+smartypants>=1.8.6
+sphinxcontrib-httpdomain>=1.3.0
14
15
# Run "make coverage" for the % of code exercised during tests
16
coverage>=3.7.1
17
18
# Generates template documentation in the Django admin
19
-docutils>=0.11
+docutils>=0.12
20
21
# Run "make flake8" to check python syntax and style
22
flake8==2.1.0
23
pep8==1.4.6
24
pyflakes==0.7.3
25
26
-# Python expect is used to automate client-driven tests
27
-pexpect>=3.1
28
-
29
# Used for mocking endpoints
30
mock==1.0.1
0 commit comments