Skip to content

Commit bcd4480

Browse files
committed
seems that this isn't handling Django > 1.4...
1 parent 4fc00dd commit bcd4480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version='0.9.0',
88
url='https://github.com/tobami/codespeed',
99
license='GNU Lesser General Public License version 2.1',
10-
install_requires=['django>=1.3', 'isodate', 'south'],
10+
install_requires=['django>=1.3,<=1.5', 'isodate', 'south'],
1111
packages=find_packages(exclude=['ez_setup', 'example']),
1212
description='A web application to monitor and analyze the performance of your code',
1313
include_package_data=True,

0 commit comments

Comments
 (0)