Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed May 4, 2015
1 parent 76459eb commit c9c0e2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def __getattr__(cls, name):
return Mock()

MOCK_MODULES = [
'augeas',
'gevent',
'gevent-socketio',
'gevent.event',
Expand All @@ -112,6 +113,9 @@ def __getattr__(cls, name):
'psutil'
'pyOpenSSL',
'python-ldap',
'supervisor',
'supervisor.options',
'scrypt',
'setproctitle',
'socketio',
'socketio.handler',
Expand Down
3 changes: 2 additions & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ python-exconsole>=0.1.5
requests>=0.12.0
reconfigure>=0.1.41
pyOpenSSL
pyte
pytz
termcolor
termcolor

0 comments on commit c9c0e2a

Please sign in to comment.