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 7af6be2 commit dd6ce09Copy full SHA for dd6ce09
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
version='0.9.1',
8
url='https://github.com/tobami/codespeed',
9
license='GNU Lesser General Public License version 2.1',
10
- install_requires=['django>=1.4', 'isodate', 'south<=2.0', 'django-tastypie'],
+ install_requires=['django>=1.4', 'isodate', 'south<=2.0'],
11
packages=find_packages(exclude=['ez_setup', 'sample_project']),
12
description='A web application to monitor and analyze the performance of your code',
13
include_package_data=True,
0 commit comments