Skip to content

Commit d79cb96

Browse files
committed
Merge pull request tobami#185 from thedavecollins/master
Correct install_requires to match requirements.txt
2 parents d8d1a6c + f91ab12 commit d79cb96

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.4', 'isodate', 'south<=2.0'],
12+
install_requires=['django>=1.4,<1.7', 'isodate==0.4.8', 'south<=2.0'],
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)