Skip to content

Commit dd6ce09

Browse files
committed
Removed django-tastypie from setup.py
This was missing from the tastypie removal commit.
1 parent 7af6be2 commit dd6ce09

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
@@ -7,7 +7,7 @@
77
version='0.9.1',
88
url='https://github.com/tobami/codespeed',
99
license='GNU Lesser General Public License version 2.1',
10-
install_requires=['django>=1.4', 'isodate', 'south<=2.0', 'django-tastypie'],
10+
install_requires=['django>=1.4', 'isodate', 'south<=2.0'],
1111
packages=find_packages(exclude=['ez_setup', 'sample_project']),
1212
description='A web application to monitor and analyze the performance of your code',
1313
include_package_data=True,

0 commit comments

Comments
 (0)