Skip to content

Commit

Permalink
Update "setup.py" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 24, 2019
1 parent 1b8f4ab commit cbbe47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

if os.environ.get('READTHEDOCS') == 'True':
INSTALLATION_REQUIREMENTS = [
'colour-science>=0.3.12', 'mock==1.0.1', 'sphinxcontrib-bibtex'
'colour-science>=0.3.12', 'mock==1.0.1', 'opencv-python==3.4.5.20',
'sphinxcontrib-bibtex'
]

DOCS_REQUIREMENTS = [
Expand Down

0 comments on commit cbbe47c

Please sign in to comment.