Skip to content

Commit

Permalink
setup.py: sync with requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
phsilva committed Dec 17, 2016
1 parent 7c4ec8a commit b5e7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def read(fname):
}

SETUPTOOLS_METADATA = {
'install_requires': ['svgwrite', 'cairocffi'],
'install_requires': ['cairocffi==0.6', 'scipy'],
}


Expand Down

0 comments on commit b5e7b02

Please sign in to comment.