Skip to content

Commit

Permalink
mock framed
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 29, 2018
1 parent cadb2ba commit 231ee75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import mock

MOCK_MODULES = ['cplex', 'gurobipy', 'future', 'builtins', 'configparser']
MOCK_MODULES = ['cplex', 'gurobipy', 'future', 'builtins', 'configparser', 'framed']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ matplotlib
numpy
scipy
python-libsbml
framed==0.5.1
pandas>=0.20.0
requests>=2.18

0 comments on commit 231ee75

Please sign in to comment.