Skip to content

Commit 3e969e5

Browse files
Added matplotlib dependency to setup.py
1 parent 316517a commit 3e969e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
download_url="https://github.com/tobami/codespeed/tags",
1010
license='GNU Lesser General Public License version 2.1',
1111
keywords=["benchmarking", "visualization"],
12-
install_requires=['django>=1.6,<1.9', 'isodate>=0.4.7,<0.6'],
12+
install_requires=['django>=1.6,<1.9', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3'],
1313
packages=find_packages(exclude=['ez_setup', 'sample_project']),
1414
description='A web application to monitor and analyze the performance of your code',
1515
include_package_data=True,

0 commit comments

Comments
 (0)