Skip to content

Commit 9003b14

Browse files
authored
Merge pull request #7 from drien/master
Allow install with django 2.2+
2 parents fcc36f3 + 6f677e3 commit 9003b14

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='BSD',
1414
packages=find_packages(exclude=('tests', 'example')),
1515
install_requires=[
16-
'django>=3.0'
16+
'django>=2.2'
1717
'django-debug-toolbar>=2.0',
1818
'line_profiler>=1.0b3',
1919
'six>=1.10',

0 commit comments

Comments
 (0)