aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ced3b2d..066c339 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,9 @@ setup(
download_url='https://github.com/django-debug-toolbar/django-debug-toolbar/downloads',
license='BSD',
packages=find_packages(exclude=('tests', 'example')),
- tests_require=[
+ install_requires=[
'django>=1.4,<1.6',
+ 'sqlparse',
],
test_suite='runtests.runtests',
include_package_data=True,