We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc00dd commit bcd4480Copy full SHA for bcd4480
setup.py
@@ -7,7 +7,7 @@
7
version='0.9.0',
8
url='https://github.com/tobami/codespeed',
9
license='GNU Lesser General Public License version 2.1',
10
- install_requires=['django>=1.3', 'isodate', 'south'],
+ install_requires=['django>=1.3,<=1.5', 'isodate', 'south'],
11
packages=find_packages(exclude=['ez_setup', 'example']),
12
description='A web application to monitor and analyze the performance of your code',
13
include_package_data=True,
0 commit comments