Skip to content

Commit f0b8b50

Browse files
committed
Prevent installation with django-debug-toolbar 2.0+ since it doesn't work with the new architecture
1 parent 006d846 commit f0b8b50

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
@@ -13,7 +13,7 @@
1313
license='Simplified BSD License',
1414
packages=find_packages(),
1515
install_requires=[
16-
'django-debug-toolbar>=1.1',
16+
'django-debug-toolbar>=1.1,<2.0',
1717
],
1818
include_package_data=True,
1919
zip_safe=False, # because we're including static files

0 commit comments

Comments
 (0)