Skip to content

Commit 3df69f8

Browse files
committed
chore(docs): update Sphinx reqs and remove pexpect
1 parent 1dd9412 commit 3df69f8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

dev_requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,19 @@ PyInstaller==2.1
99

1010
# Deis documentation requirements
1111
Sphinx>=1.2.2
12-
smartypants>=1.8.3
13-
sphinxcontrib-httpdomain>=1.2.1
12+
smartypants>=1.8.6
13+
sphinxcontrib-httpdomain>=1.3.0
1414

1515
# Run "make coverage" for the % of code exercised during tests
1616
coverage>=3.7.1
1717

1818
# Generates template documentation in the Django admin
19-
docutils>=0.11
19+
docutils>=0.12
2020

2121
# Run "make flake8" to check python syntax and style
2222
flake8==2.1.0
2323
pep8==1.4.6
2424
pyflakes==0.7.3
2525

26-
# Python expect is used to automate client-driven tests
27-
pexpect>=3.1
28-
2926
# Used for mocking endpoints
3027
mock==1.0.1

0 commit comments

Comments
 (0)